Sha256: 5092fffe9eb0907d7487b9a0ce799885cfa7196e77d20abe80a165f80cbc8504
Contents?: true
Size: 264 Bytes
Versions: 86
Compression:
Stored size: 264 Bytes
Contents
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" cucumber end end end
Version data entries
86 entries across 86 versions & 1 rubygems