test/unit/test_mws.rb in peddler-1.3.0 vs test/unit/test_mws.rb in peddler-1.4.0

- old
+ new

@@ -1,9 +1,9 @@ require 'helper' require 'mws' class Test < MiniTest::Test def test_delegates_to_apis - assert_equal MWS.methods(false).size, MWS.constants.size + assert_equal MWS.constants.size, MWS.methods(false).size assert_kind_of MWS::Products::Client, MWS.products end end