Sha256: 4e5875b19141ab5e5c3d1d79096173a1f50425358a74048eab543b6ee246c98c
Contents?: true
Size: 341 Bytes
Versions: 1
Compression:
Stored size: 341 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe "OrdersPage" do describe "pending_orders" do it "should return an array of pending orders" do orders = AmazonSellerCentral::OrdersPage.pending_orders('test','test') orders.class.should == Array orders.count.should == 38 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
amazon_seller_central-0.2.4 | spec/lib/orders_page_spec.rb |