Sha256: aa4b96b9fc9e7a1a7fcd0296e518cfe1796ffe309ed465dcdcf387110215d581
Contents?: true
Size: 174 Bytes
Versions: 3
Compression:
Stored size: 174 Bytes
Contents
# frozen_string_literal: true require 'test_helper' class TestParser < MiniTest::Test def test_overrides_peddlers_parser assert_equal Parser, Client.parser end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mws-orders-0.4.0 | test/mws/orders/test_parser.rb |
mws-orders-0.3.1 | test/mws/orders/test_parser.rb |
mws-orders-0.3.0 | test/mws/orders/test_parser.rb |