Sha256: bc42fe6270a63714d3ea758465bf78aed0da496f21798e17349ada478b52ed2c

Contents?: true

Size: 263 Bytes

Versions: 11

Compression:

Stored size: 263 Bytes

Contents

require 'integration_test_helper'
require 'mws/customer_information'

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

11 entries across 11 versions & 1 rubygems

Version Path
peddler-0.12.5 test/integration/test_customer_information.rb
peddler-0.12.4 test/integration/test_customer_information.rb
peddler-0.12.2 test/integration/test_customer_information.rb
peddler-0.12.1 test/integration/test_customer_information.rb
peddler-0.12.0 test/integration/test_customer_information.rb
peddler-0.11.1 test/integration/test_customer_information.rb
peddler-0.11.0 test/integration/test_customer_information.rb
peddler-0.10.0 test/integration/test_customer_information.rb
peddler-0.9.2 test/integration/test_customer_information.rb
peddler-0.9.1 test/integration/test_customer_information.rb
peddler-0.9.0 test/integration/test_customer_information.rb