Sha256: 00df3e875fe463345aaac484b391677441af576f17f84992ea0932f7981be52f

Contents?: true

Size: 336 Bytes

Versions: 2

Compression:

Stored size: 336 Bytes

Contents

shared_examples_for "responses" do
  it { should be_kind_of SimpleShipping::Abstract::Response }
  it { should respond_to :response }
end

shared_examples_for "responses_with_labels" do
  it { should be_kind_of SimpleShipping::Abstract::Response }
  it { should respond_to :label_image_base64 }
  it { should respond_to :response }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simple_shipping-0.4.7 spec/support/shared_behaviours/responses_behaviour.rb
simple_shipping-0.4.6 spec/support/shared_behaviours/responses_behaviour.rb