summaryrefslogtreecommitdiffstats
path: root/cucumber/features/step_definitions/common_steps.rb
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-10-20 20:00:31 +0200
committerHolger Levsen <holger@layer-acht.org>2016-11-03 10:28:07 +0100
commitc40bb7955278b3d2f0e4d472df8e719c74b25eeb (patch)
tree1c270432d5c3a715b06b14af66b162be5df43adf /cucumber/features/step_definitions/common_steps.rb
parentd3c7c87e876bd090064b412fd42b87938e962285 (diff)
downloadjenkins.debian.net-c40bb7955278b3d2f0e4d472df8e719c74b25eeb.tar.xz
lvc: start with preseed tests
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber/features/step_definitions/common_steps.rb')
-rw-r--r--cucumber/features/step_definitions/common_steps.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index c59d8e26..88af0a22 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -190,7 +190,7 @@ Given /^I capture all network traffic$/ do
end
end
-Given /^I set Tails to boot with options "([^"]*)"$/ do |options|
+Given /^I intend to boot with options "([^"]*)"$/ do |options|
@boot_options = options
end