Sha256: a051015ef6fc85cad6105ae738e61c54ffff08e33047bccaa2d8b9b6d2e79b0f
Contents?: true
Size: 244 Bytes
Versions: 11
Compression:
Stored size: 244 Bytes
Contents
module Kookaburra class GivenDriver include Kookaburra::Assertion 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
11 entries across 11 versions & 1 rubygems