Sha256: 0dfba1c1bfafb4390031791f3e686e382107557e3e5e2959bc3704712f7b9aba

Contents?: true

Size: 233 Bytes

Versions: 7

Compression:

Stored size: 233 Bytes

Contents

require 'integration_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
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
peddler-1.6.3 test/integration/test_sellers.rb
peddler-1.6.2 test/integration/test_sellers.rb
peddler-1.6.1 test/integration/test_sellers.rb
peddler-1.6.0 test/integration/test_sellers.rb
peddler-1.5.0 test/integration/test_sellers.rb
peddler-1.4.1 test/integration/test_sellers.rb
peddler-1.4.0 test/integration/test_sellers.rb