Sha256: e2576022fbbc3d7e41198ae5b461c5ddaa081914e5bd90c9d53a1b6201eb1717
Contents?: true
Size: 247 Bytes
Versions: 2
Compression:
Stored size: 247 Bytes
Contents
# frozen_string_literal: true require 'helper' require 'mws' class Test < MiniTest::Test def test_delegation_to_apis assert_equal MWS.constants.size, MWS.methods(false).size assert_kind_of MWS::Products::Client, MWS.products end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
peddler-2.1.1 | test/unit/test_mws.rb |
peddler-2.1.0 | test/unit/test_mws.rb |