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