test/integration/test_recommendations.rb in peddler-0.15.0 vs test/integration/test_recommendations.rb in peddler-0.16.0

- old
+ new

@@ -3,10 +3,11 @@ class TestRecommendations < IntegrationTest def test_lists_recommendations clients.each do |client| res = client.list_recommendations - skip unless content = res.parse + content = res.parse + skip unless content refute_empty content end end def test_gets_service_status