Implement `ask' recipe keyword

This commit is contained in:
Thibault Jouan
2013-12-22 23:54:19 +00:00
parent 70109615c8
commit 7e062e06a1
7 changed files with 114 additions and 1 deletions

View File

@@ -10,3 +10,7 @@ When(/^I successfully execute the recipe$/) do
step 'I execute the recipe'
assert_exit_status(0)
end
When(/^I execute the recipe interactively$/) do
run_interactive('producer recipe.rb')
end