test/integration/test_sellers.rb in peddler-2.0.4 vs test/integration/test_sellers.rb in peddler-2.1.0

- old
+ new

@@ -2,10 +2,10 @@ require 'integration_helper' require 'mws/sellers' class TestSellers < IntegrationTest - 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