Sha256: 92e50f800ddf2ffd62bd786fbc5dd44894780bafb49f9256c75977731c6eea25
Contents?: true
Size: 359 Bytes
Versions: 6
Compression:
Stored size: 359 Bytes
Contents
module Context module DeployHelpers module CucumberHelper def cucumber_test(context) context.git_build(context) context.log "Working in folder #{Dir.pwd}\nAnd context #{context.context_name} is created in folder #{context.context_folder} at version #{context.version}" context.cucumber(context) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems