Sha256: c3b2be56996935fb00226dfc0f062655c908d29107bd3642520305299cbeb0b5
Contents?: true
Size: 330 Bytes
Versions: 14
Compression:
Stored size: 330 Bytes
Contents
require 'spec_helper' describe Coercer, '.new' do subject { described_class.new(&block) } let(:block) { Proc.new {} } it { should be_instance_of(Coercer) } its(:config) { should be_instance_of(Coercible::Configuration) } its(:config) { should respond_to(:string) } its(:config) { should respond_to(:string=) } end
Version data entries
14 entries across 12 versions & 4 rubygems