Sha256: 33aeffa3ecc243c54d039bacec5b7dc70fe1223c994c82ae415cc2ee6a5f6366

Contents?: true

Size: 238 Bytes

Versions: 6

Compression:

Stored size: 238 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
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
peddler-0.11.1 test/integration/test_sellers.rb
peddler-0.11.0 test/integration/test_sellers.rb
peddler-0.10.0 test/integration/test_sellers.rb
peddler-0.9.2 test/integration/test_sellers.rb
peddler-0.9.1 test/integration/test_sellers.rb
peddler-0.9.0 test/integration/test_sellers.rb