summaryrefslogtreecommitdiffstats
path: root/cucumber/features/step_definitions/snapshots.rb
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-08-09 22:07:05 +0200
committerHolger Levsen <holger@layer-acht.org>2016-08-09 22:45:25 +0200
commitb5983c979149ef0417b8a819c33b42baec194dc8 (patch)
tree2461cd049abdf44f766005d14b72d020244b1263 /cucumber/features/step_definitions/snapshots.rb
parentd52db064e0faa8b381e38a5d165e4e67679be24d (diff)
downloadjenkins.debian.net-b5983c979149ef0417b8a819c33b42baec194dc8.tar.xz
lvc: make the test trivial, for speedy tests
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber/features/step_definitions/snapshots.rb')
-rw-r--r--cucumber/features/step_definitions/snapshots.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb
index 5583fb2e..d90293ad 100644
--- a/cucumber/features/step_definitions/snapshots.rb
+++ b/cucumber/features/step_definitions/snapshots.rb
@@ -1,7 +1,7 @@
def checkpoints
cp = Hash.new
cp['disk-for-d-i'] = {
- :description => "Create a disk for Debian Installer tests",
+ :description => "a disk is created for Debian Installer tests",
:parent_checkpoint => nil,
:steps => [
'I create a 8 GiB disk named "'+JOB_NAME+'"',