Sha256: b46b1143ef55d9d655c65925e1f5c2f804037f0e3d6df729961c0859eac4e814
Contents?: true
Size: 209 Bytes
Versions: 2
Compression:
Stored size: 209 Bytes
Contents
module Kookaburra class GivenDriver attr_reader :api attr_reader :test_data def initialize(opts) @api = opts.fetch(:api_driver) @test_data = opts.fetch(:test_data) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kookaburra-0.8.0 | lib/kookaburra/given_driver.rb |
kookaburra-0.7.2 | lib/kookaburra/given_driver.rb |