Sha256: 3b60a3da4919ecd09593c1982701912c2b2d55218ae6468d8d51332b05f603c6
Contents?: true
Size: 450 Bytes
Versions: 13
Compression:
Stored size: 450 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe "PaymentsPage" do describe "available_report_ids" do it "should return an array of report ids that are available for you to download from seeler central" do report_ids = AmazonSellerCentral::PaymentsPage.available_report_ids report_ids.class.should == Array report_ids.count.should == 10 report_ids[4].should == "55555555" end end end
Version data entries
13 entries across 13 versions & 1 rubygems