Sha256: 290822b356989ee007e241a115dc217cdbd9e2b2cfb68c28c378ba72bc2d99f0

Contents?: true

Size: 491 Bytes

Versions: 1

Compression:

Stored size: 491 Bytes

Contents

require 'spec_helper'

describe Spree::API::Client::ReturnAuthorizations do
  use_vcr_cassette "return_authorizations", :record => :new_episodes
  describe 'return_authorizations' do
    it 'should load return_authorizations' do
      client = Spree::API::Client.new('http://localhost:4000/store/api', 'b56019f04b61a50553ee323f5ab68c6b435871971e79c987')
      return_authorizations = client.return_authorizations('R781501551')
      return_authorizations.should be_a(Array)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree-api-client-0.0.2 spec/return_authorizations_spec.rb