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

Version Path
deploy-context-2.1.35 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.34.1.g531fe3b lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.34 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.33.2.gfbb24ca lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.33 lib/deploy-context/deploy/cucumber.rb
deploy-context-2.1.32.15.g7b29619 lib/deploy-context/deploy/cucumber.rb