diff options
Diffstat (limited to 'cucumber/features')
-rw-r--r-- | cucumber/features/step_definitions/snapshots.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb index 09d8a9ae..5c58c7c9 100644 --- a/cucumber/features/step_definitions/snapshots.rb +++ b/cucumber/features/step_definitions/snapshots.rb @@ -7,7 +7,7 @@ def checkpoints :parent_checkpoint => nil, :steps => [ "I intend to use #{m} mode", - 'I create a 6 GiB disk named "'+JOB_NAME+'"', + 'I create a 10 GiB disk named "'+JOB_NAME+'"', 'I plug ide drive "'+JOB_NAME+'"', 'I start the computer', 'I select the install mode', |