Sha256: 8302fb870560de68d911a2b4a5ece68c988c536783f81802a9131c2daa4a999a

Contents?: true

Size: 292 Bytes

Versions: 9

Compression:

Stored size: 292 Bytes

Contents

module Context
  module CucumberDeployerHelper
    def cucumber_test(context)
      git_build(context)
      puts "Working in folder #{Dir.pwd}\nAnd context #{context.context_name} is created in folder #{context.context_folder} at version #{context.version}"
      cucumber
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
deploy-context-2.1.32 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.31.1.g6ccfd57 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.31 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.30.1.gdf915e9 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.30 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.29.1.gb63f262 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.29 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.28 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.27.1.gd07a6e7 lib/deploy-context/deploy/cucumber.rb