Sha256: a4ca147137da1392b85824d535b158be9fd1ab41b0e2130040c6d34dbba325e2

Contents?: true

Size: 371 Bytes

Versions: 5

Compression:

Stored size: 371 Bytes

Contents

require 'integration_test_helper'
require 'mws/sellers'

class TestSellers < IntegrationTest
  def test_gets_service_status
    clients.each do |client|
      res = client.get_service_status
      refute_empty res.parse
    end
  end

  def test_get_auth_token
    clients.each do |client|
      res = client.get_auth_token
      refute_empty res.parse
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
peddler-0.12.5 test/integration/test_sellers.rb
peddler-0.12.4 test/integration/test_sellers.rb
peddler-0.12.2 test/integration/test_sellers.rb
peddler-0.12.1 test/integration/test_sellers.rb
peddler-0.12.0 test/integration/test_sellers.rb