Sha256: 55239a3f725b18656a4909e5cf0c296091027e0b6988d4d6b79025833a090e7b

Contents?: true

Size: 294 Bytes

Versions: 41

Compression:

Stored size: 294 Bytes

Contents

require 'test_helper'

class CheckoutsTest < Test::Unit::TestCase
  test "get all should get all orders" do
    fake 'checkouts', :method => :get, :status => 200, :body => load_fixture('checkouts')
    checkout = ShopifyAPI::Checkout.all
    assert_equal 450789469, checkout.first.id
  end
end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
shopify_api-4.13.0 test/checkouts_test.rb
shopify_api-4.12.0 test/checkouts_test.rb
shopify_api-4.11.0 test/checkouts_test.rb
shopify_api-4.10.0 test/checkouts_test.rb
shopify_api-4.9.1 test/checkouts_test.rb
shopify_api-4.9.0 test/checkouts_test.rb
shopify_api-4.8.0 test/checkouts_test.rb
shopify_api-4.7.1 test/checkouts_test.rb
shopify_api-4.7.0 test/checkouts_test.rb
shopify_api-4.6.0 test/checkouts_test.rb
shopify_api-4.5.0 test/checkouts_test.rb
shopify_api-4.4.0 test/checkouts_test.rb
shopify_api-4.3.9 test/checkouts_test.rb
shopify_api-4.3.8 test/checkouts_test.rb
shopify_api-4.3.7 test/checkouts_test.rb
shopify_api-4.3.6 test/checkouts_test.rb
shopify_api-4.3.5 test/checkouts_test.rb
shopify_api-4.3.4 test/checkouts_test.rb
shopify_api-4.3.3 test/checkouts_test.rb
shopify_api-4.3.2 test/checkouts_test.rb