Sha256: a4089f4bbca8758333a31a12b82dedfbd95da75924b6f7eb0ba72690498ddf3b

Contents?: true

Size: 284 Bytes

Versions: 3

Compression:

Stored size: 284 Bytes

Contents

require 'spec_helper'

describe A2z::Responses::OfferSummary do
  subject do
    A2z::Responses::OfferSummary.from_response(offer_summary_hash)
  end
  
  let(:offer_summary_hash) { Hash.new }
  
  describe '.from_response' do
    it 'should return an offer summary object'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
a2z-0.1.3 spec/a2z/responses/offer_summary_spec.rb
a2z-0.1.2 spec/a2z/responses/offer_summary_spec.rb
a2z-0.1.1 spec/a2z/responses/offer_summary_spec.rb