Sha256: ff8d95441b415f161668e7cbe39c3f52e51338f4fa49089c6c4ff0cc87f7aebf
Contents?: true
Size: 454 Bytes
Versions: 2
Compression:
Stored size: 454 Bytes
Contents
# frozen_string_literal: true require 'integration_helper' require 'mws/recommendations' class TestRecommendations < IntegrationTest def test_listing_recommendations clients.each do |client| res = client.list_recommendations(client.marketplace.id) refute_empty res.parse end end def test_getting_service_status clients.each do |client| res = client.get_service_status refute_empty res.parse end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
peddler-2.1.1 | test/integration/test_recommendations.rb |
peddler-2.1.0 | test/integration/test_recommendations.rb |