Sha256: c805d1a8cbc294fa9ee264bd226947a6e3921324fd6e3907437aee6679768f55
Contents?: true
Size: 265 Bytes
Versions: 23
Compression:
Stored size: 265 Bytes
Contents
module Context module CucumberDeployerHelper def cucumber_build(context) git_build(context) Dir.chdir context.context_folder puts "Working in folder #{Dir.pwd}\nAnd context #{context.context_name} is created" cucumber end end end
Version data entries
23 entries across 23 versions & 1 rubygems