Sha256: 55e3d3ef476605dc6f11fda83d70fa7ae8a608735fd77869f9c96602dbc7ea19

Contents?: true

Size: 255 Bytes

Versions: 7

Compression:

Stored size: 255 Bytes

Contents

require 'integration_helper'
require 'mws/off_amazon_payments'

class TestOffAmazonPayments < 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-1.6.3 test/integration/test_off_amazon_payments.rb
peddler-1.6.2 test/integration/test_off_amazon_payments.rb
peddler-1.6.1 test/integration/test_off_amazon_payments.rb
peddler-1.6.0 test/integration/test_off_amazon_payments.rb
peddler-1.5.0 test/integration/test_off_amazon_payments.rb
peddler-1.4.1 test/integration/test_off_amazon_payments.rb
peddler-1.4.0 test/integration/test_off_amazon_payments.rb