lib/deploy-context/deploy/cucumber.rb in deploy-context-0.11.4 vs lib/deploy-context/deploy/cucumber.rb in deploy-context-0.11.21
- old
+ new
@@ -1,7 +1,7 @@
module Context
module CucumberDeployerHelper
- def cucumber_build(context)
+ def cucumber_test(context)
git_build(context)
Dir.chdir context.context_folder
puts "Working in folder #{Dir.pwd}\nAnd context #{context.context_name} is created"
cucumber
end
\ No newline at end of file