Sha256: 59d7e3ec3284a70b04d70aaea26aa314e8a9711e801fdff8a149a15deebc8aa7
Contents?: true
Size: 256 Bytes
Versions: 2
Compression:
Stored size: 256 Bytes
Contents
shared_examples_for "builders" do it { should be_kind_of SimpleShipping::Abstract::Builder } it { should respond_to :build } it { should respond_to :validate } it "should respond to .build" do subject.class.should respond_to :build end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_shipping-0.4.7 | spec/support/shared_behaviours/builders_behaviour.rb |
simple_shipping-0.4.6 | spec/support/shared_behaviours/builders_behaviour.rb |