Sha256: 7b6586b0259d49d18ee981268fcd2eddd78c1e76e99e5cf95f0f4338cc331665
Contents?: true
Size: 335 Bytes
Versions: 3
Compression:
Stored size: 335 Bytes
Contents
# Can't use a custom World class, because cucumber-rails is already doing that module Kookaburra module WorldSetup def ui; @drivers[:ui_driver ]; end def api; @drivers[:api_driver ]; end def given; @drivers[:given_driver]; end def kookaburra_world_setup @drivers = Kookaburra.drivers end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kookaburra-0.0.4 | lib/kookaburra/world_setup.rb |
kookaburra-0.0.3 | lib/kookaburra/world_setup.rb |
kookaburra-0.0.2 | lib/kookaburra/world_setup.rb |