summaryrefslogtreecommitdiffstats
path: root/cucumber/features/step_definitions/common_steps.rb
diff options
context:
space:
mode:
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 b7f29d4b..e616ddc1 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -197,7 +197,7 @@ Given /^I capture all network traffic$/ do
end
end
-Given /^I intend to boot with options "([^"]*)"$/ do |options|
+Given /^I intend to boot with options: (.*)$/ do |options|
@boot_options = options
end