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.3.1 test/checkouts_test.rb
shopify_api-4.3.0 test/checkouts_test.rb
shopify_api-4.2.2 test/checkouts_test.rb
shopify_api-4.2.1 test/checkouts_test.rb
shopify_api-4.2.0 test/checkouts_test.rb
shopify_api-4.1.1 test/checkouts_test.rb
shopify_api-4.1.0 test/checkouts_test.rb
shopify_api-4.0.7 test/checkouts_test.rb
shopify_api-4.0.6 test/checkouts_test.rb
shopify_api-4.0.5 test/checkouts_test.rb
shopify_api-4.0.4 test/checkouts_test.rb
shopify_api-4.0.3 test/checkouts_test.rb
shopify_api-4.0.2 test/checkouts_test.rb
shopify_api-4.0.1 test/checkouts_test.rb
shopify_api-4.0.0 test/checkouts_test.rb
shopify_api-3.2.7 test/checkouts_test.rb
shopify_api-3.2.6 test/checkouts_test.rb
shopify_api-3.2.5 test/checkouts_test.rb
shopify_api-3.2.4 test/checkouts_test.rb
shopify_api-3.2.3 test/checkouts_test.rb