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

Version Path
deploy-context-0.6.1 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.6.0.1.ge54bf72.1.g3590b37.2.gde4b626 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.6.0.1.ge54bf72.1.g3590b37.1.g08f003f lib/deploy-context/deploy/cucumber.rb