Sha256: 6cb6b73b072c16c173e223265661fe70daa2c93df4ee695c539d7112380e8fce

Contents?: true

Size: 395 Bytes

Versions: 7

Compression:

Stored size: 395 Bytes

Contents

require 'integration_helper'
require 'mws/recommendations'

class TestRecommendations < IntegrationTest
  def test_lists_recommendations
    clients.each do |client|
      res = client.list_recommendations
      refute_empty res.parse
    end
  end

  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_recommendations.rb
peddler-1.6.2 test/integration/test_recommendations.rb
peddler-1.6.1 test/integration/test_recommendations.rb
peddler-1.6.0 test/integration/test_recommendations.rb
peddler-1.5.0 test/integration/test_recommendations.rb
peddler-1.4.1 test/integration/test_recommendations.rb
peddler-1.4.0 test/integration/test_recommendations.rb