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