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