Sha256: 551c8bd51067a58c4bb511d914bf3ad018870c36bbc17929b8af30659203ea93

Contents?: true

Size: 221 Bytes

Versions: 14

Compression:

Stored size: 221 Bytes

Contents

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

14 entries across 14 versions & 1 rubygems

Version Path
peddler-1.3.0 test/integration/test_sellers.rb
peddler-1.2.0 test/integration/test_sellers.rb
peddler-1.1.1 test/integration/test_sellers.rb
peddler-1.1.0 test/integration/test_sellers.rb
peddler-1.0.2 test/integration/test_sellers.rb
peddler-1.0.1 test/integration/test_sellers.rb
peddler-1.0.0 test/integration/test_sellers.rb
peddler-0.19.0 test/integration/test_sellers.rb
peddler-0.18.0 test/integration/test_sellers.rb
peddler-0.17.1 test/integration/test_sellers.rb
peddler-0.17.0 test/integration/test_sellers.rb
peddler-0.16.0 test/integration/test_sellers.rb
peddler-0.15.0 test/integration/test_sellers.rb
peddler-0.14.0 test/integration/test_sellers.rb