Sha256: 01189ecb4ca7ce9bc9bae08efeda3d31b976f53b0e665225d7cef10e485b6f40

Contents?: true

Size: 258 Bytes

Versions: 8

Compression:

Stored size: 258 Bytes

Contents

require 'integration_helper'
require 'mws/customer_information'

class CustomerInformationTest < 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

8 entries across 8 versions & 1 rubygems

Version Path
peddler-0.8.0 test/integration/test_customer_information.rb
peddler-0.7.11 test/integration/test_customer_information.rb
peddler-0.7.10 test/integration/test_customer_information.rb
peddler-0.7.9 test/integration/test_customer_information.rb
peddler-0.7.8 test/integration/test_customer_information.rb
peddler-0.7.7 test/integration/test_customer_information.rb
peddler-0.7.6 test/integration/test_customer_information.rb
peddler-0.7.5 test/integration/test_customer_information.rb