Sha256: 68dca213f1565ba87e923534aafecc1e043f109f304260ada285a496215e2376
Contents?: true
Size: 231 Bytes
Versions: 17
Compression:
Stored size: 231 Bytes
Contents
describe "options tolerance" do before do class Test::Foo extend Dry::Initializer::Mixin end end it "allows options before any definition" do expect { Test::Foo.new bar: :baz }.not_to raise_error end end
Version data entries
17 entries across 17 versions & 1 rubygems