diff options
Diffstat (limited to 'cucumber/features/step_definitions')
-rw-r--r-- | cucumber/features/step_definitions/common_steps.rb | 2 |
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 |