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

Version Path
peddler-0.8.0 test/unit/mws/test_products.rb
peddler-0.7.11 test/unit/mws/test_products.rb
peddler-0.7.10 test/unit/mws/test_products.rb
peddler-0.7.9 test/unit/mws/test_products.rb
peddler-0.7.8 test/unit/mws/test_products.rb