test/integration/test_recommendations.rb in peddler-2.0.4 vs test/integration/test_recommendations.rb in peddler-2.1.0
- old
+ new
@@ -2,17 +2,17 @@
require 'integration_helper'
require 'mws/recommendations'
class TestRecommendations < IntegrationTest
- def test_lists_recommendations
+ def test_listing_recommendations
clients.each do |client|
res = client.list_recommendations(client.marketplace.id)
refute_empty res.parse
end
end
- def test_gets_service_status
+ def test_getting_service_status
clients.each do |client|
res = client.get_service_status
refute_empty res.parse
end
end