Update cucumber recipe steps
This commit is contained in:
parent
f3970c1fc6
commit
5284f27340
@ -57,6 +57,10 @@ When /^I successfully execute the recipe on remote target$/ do
|
||||
run_recipe remote: true, check: true
|
||||
end
|
||||
|
||||
When /^I successfully execute the recipe on remote target with option? (-.+)$/ do |options|
|
||||
run_recipe remote: true, options: options, check: true
|
||||
end
|
||||
|
||||
When /^I successfully execute the recipe with option? (-.+)$/ do |options|
|
||||
run_recipe options: options, check: true
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user