Sha256: 50e9d67c16fdc2e136702f8e6bb7a3e5905b183def2212f2a6b5eccf6b711fe9
Contents?: true
Size: 227 Bytes
Versions: 5
Compression:
Stored size: 227 Bytes
Contents
require 'helper' require 'mws/products' class MWSProductsTest < MiniTest::Test def test_operation_includes_marketplace_id client = MWS::Products.new assert client.operation('Foo').has_key?('MarketplaceId') end end
Version data entries
5 entries across 5 versions & 1 rubygems