lib/deploy-context/deploy/cucumber.rb in deploy-context-2.1.27 vs lib/deploy-context/deploy/cucumber.rb in deploy-context-2.1.27.1.gd07a6e7

- old
+ new

@@ -1,10 +1,9 @@ module Context module CucumberDeployerHelper 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" + puts "Working in folder #{Dir.pwd}\nAnd context #{context.context_name} is created in folder #{context.context_folder} at version #{context.version}" cucumber end end end