Sha256: 1a8ea5df9d0bfacb987b5bc09eef64e315865b1251b0ebacdb7a38d004bb128f
Contents?: true
Size: 333 Bytes
Versions: 2
Compression:
Stored size: 333 Bytes
Contents
require 'integration_helper' require 'mws/sellers' class SellersTest < IntegrationTest self.api = MWS::Sellers def test_lists_marketplace_participations @clients.each do |client| mps = client.list_marketplace_participations assert_kind_of MWS::Sellers::Parsers::MarketplaceParticipations, mps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
peddler-0.6.5 | test/integration/sellers/test_marketplace_participations.rb |
peddler-0.6.4 | test/integration/sellers/test_marketplace_participations.rb |