summaryrefslogtreecommitdiffstats
path: root/cucumber/features/step_definitions
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-11-26 18:10:04 +0100
committerPhilip Hands <phil@hands.com>2016-11-26 23:52:18 +0100
commit1523f85fbf451c2c71ee8888fcbdbf05803e88ca (patch)
treec2e0efd18dfae6537e8577104a2aae60838af043 /cucumber/features/step_definitions
parentc4b5283a9c7dc6d5fe48713f68fd332bd2d65ac5 (diff)
downloadjenkins.debian.net-1523f85fbf451c2c71ee8888fcbdbf05803e88ca.tar.xz
lvc: make the boot options code able to deal with included quotes
Diffstat (limited to 'cucumber/features/step_definitions')
-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