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.11.4 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.11.3 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.11.2 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.11.1 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.11.0.2.geb201f1 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.10.1 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.9.3 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.9.2 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.8.1 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.8.0.2.ged8af61 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.8.0.1.g477974d lib/deploy-context/deploy/cucumber.rb
deploy-context-0.7.4 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.7.3 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.7.2 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.7.1 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.6.4 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.6.3 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.6.2 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.6.1.2.gfb82de1 lib/deploy-context/deploy/cucumber.rb
deploy-context-0.6.1.1.g7f112bd lib/deploy-context/deploy/cucumber.rb