Sha256: 27ab11b456df0fbfa10e8bb1c6666658220f802ea57656ae1185f03aa20d0531
Contents?: true
Size: 309 Bytes
Versions: 13
Compression:
Stored size: 309 Bytes
Contents
shared_examples_for 'Coercible::Coercer#coerced?' do context "with a primitive value" do subject { object.coerced?(primitive_value) } it { should be(true) } end context "with a non-primitive value" do subject { object.coerced?(non_primitive_value) } it { should be(false) } end end
Version data entries
13 entries across 11 versions & 4 rubygems