lib/cuken/cucumber/chef/deploy_steps.rb in cuken-0.1.13 vs lib/cuken/cucumber/chef/deploy_steps.rb in cuken-0.1.15
- old
+ new
@@ -61,10 +61,10 @@
end
Then /^a callback named <callback_file> should exist$/ do |callback_files|
callback_files.raw.each do |file|
want_file = "deploy/current/deploy/#{file.first}"
- Then "a file named '#{want_file}' should exist"
+ Then "the file'#{want_file}' should exist"
end
end
Then /^the callback named <callback> should have run$/ do |callback_files|
callback_files.raw.each do |file|