Sha256: c42a14f0847ee23d102f3315c0e5552dcf6c79e5771021f8c2b941722179b3bd

Contents?: true

Size: 250 Bytes

Versions: 4

Compression:

Stored size: 250 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('Foo').has_key?('MarketplaceId')
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
peddler-0.10.0 test/unit/mws/test_products_client.rb
peddler-0.9.2 test/unit/mws/test_products_client.rb
peddler-0.9.1 test/unit/mws/test_products_client.rb
peddler-0.9.0 test/unit/mws/test_products_client.rb