Sha256: 8b6dcaeed8d692e328814593a0d3cd15be2ee133f87987e2da768890424e336b

Contents?: true

Size: 264 Bytes

Versions: 7

Compression:

Stored size: 264 Bytes

Contents

# frozen_string_literal: true

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-2.0.4 test/integration/test_sellers.rb
peddler-2.0.3 test/integration/test_sellers.rb
peddler-2.0.0 test/integration/test_sellers.rb
peddler-1.6.7 test/integration/test_sellers.rb
peddler-1.6.6 test/integration/test_sellers.rb
peddler-1.6.5 test/integration/test_sellers.rb
peddler-1.6.4 test/integration/test_sellers.rb