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

Version Path
deploy-context-2.1.19.1.g26a2b55.1.g5ba21a1 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.19.1.g26a2b55 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.19 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.18.1.gdf72b60 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.18 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.17 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.16 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.14.1.gddf0839 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.14 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.13 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.12 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.11 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.10 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.9 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.8 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.7 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.6.1.g45c69eb lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.6 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.5.1.gf2bec3a lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.5 lib/deploy-context/deploy/cucumber.rb