Sha256: 7bfd314dfdc2a6c8fae541ffdb083e26054cc824fb606c0640c32f72fc8726a9
Contents?: true
Size: 246 Bytes
Versions: 7
Compression:
Stored size: 246 Bytes
Contents
# frozen_string_literal: true require 'helper' require 'mws' class Test < MiniTest::Test def test_delegates_to_apis assert_equal MWS.constants.size, MWS.methods(false).size assert_kind_of MWS::Products::Client, MWS.products end end
Version data entries
7 entries across 7 versions & 1 rubygems