Sha256: adde2bd204367179499031d716d394f22795187f7b8415beee8c8513ae1d2bb8

Contents?: true

Size: 416 Bytes

Versions: 4

Compression:

Stored size: 416 Bytes

Contents

# NOTE:  this file should not be required from the Hypercuke gem itself.
# It's intended to be required from within the Cucumber environment
# (e.g., in features/support/env.rb or equivalent).

module Hypercuke
  module CucumberIntegration
    module WorldMixin
      def step_driver
        @step_driver ||= Hypercuke::StepDriver.new
      end
    end
  end
end

World( Hypercuke::CucumberIntegration::WorldMixin )

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hypercuke-0.5.2 lib/hypercuke/cucumber_integration.rb
hypercuke-0.5.1 lib/hypercuke/cucumber_integration.rb
hypercuke-0.5.0 lib/hypercuke/cucumber_integration.rb
hypercuke-0.4.1 lib/hypercuke/cucumber_integration.rb