test/integration/test_recommendations.rb in peddler-1.3.0 vs test/integration/test_recommendations.rb in peddler-1.4.0

- old
+ new

@@ -1,14 +1,12 @@ -require 'helper' +require 'integration_helper' require 'mws/recommendations' class TestRecommendations < IntegrationTest def test_lists_recommendations clients.each do |client| res = client.list_recommendations - content = res.parse - skip unless content - refute_empty content + refute_empty res.parse end end def test_gets_service_status clients.each do |client|