Sha256: 6dc88a8585bc0a7d49af6c74cdb4c2a19b614481b9fafd6f2951b532f891b5c7
Contents?: true
Size: 267 Bytes
Versions: 6
Compression:
Stored size: 267 Bytes
Contents
require 'test_helper' require 'mws/products/client' class TestProductsClient < MiniTest::Test def test_operation_includes_marketplace_id client = MWS::Products::Client.new assert client.operation_with_marketplace('Foo').has_key?('MarketplaceId') end end
Version data entries
6 entries across 6 versions & 1 rubygems