test/integration/test_sellers.rb in peddler-0.8.0 vs test/integration/test_sellers.rb in peddler-0.9.0

- old
+ new

@@ -1,15 +1,8 @@ -require 'integration_helper' +require 'integration_test_helper' require 'mws/sellers' -class SellersTest < IntegrationTest - def test_lists_marketplace_participations - clients.each do |client| - res = client.list_marketplace_participations - refute_empty res.parse - end - end - +class TestSellers < IntegrationTest def test_gets_service_status clients.each do |client| res = client.get_service_status refute_empty res.parse end