require 'integration_test_helper' require 'mws/cart_information' class TestCartInformation < IntegrationTest def test_gets_service_status clients.each do |client| res = client.get_service_status refute_empty res.parse end end end