Sha256: ed5e09c59565304529d6f64686b27676c4134786233b5e11b980df56063b6fd2

Contents?: true

Size: 401 Bytes

Versions: 12

Compression:

Stored size: 401 Bytes

Contents

require 'integration_helper'
require 'mws/sellers'

class SellersTest < IntegrationTest
  def test_lists_marketplace_participations
    clients.each do |client|
      res = client.list_marketplace_participations
      refute_empty res.parse
    end
  end

  def test_gets_service_status
    clients.each do |client|
      res = client.get_service_status
      refute_empty res.parse
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
peddler-0.8.0 test/integration/test_sellers.rb
peddler-0.7.11 test/integration/test_sellers.rb
peddler-0.7.10 test/integration/test_sellers.rb
peddler-0.7.9 test/integration/test_sellers.rb
peddler-0.7.8 test/integration/test_sellers.rb
peddler-0.7.7 test/integration/test_sellers.rb
peddler-0.7.6 test/integration/test_sellers.rb
peddler-0.7.5 test/integration/test_sellers.rb
peddler-0.7.3 test/integration/test_sellers.rb
peddler-0.7.2 test/integration/test_sellers.rb
peddler-0.7.1 test/integration/test_sellers.rb
peddler-0.7.0 test/integration/test_sellers.rb