Sha256: c27e8013239b42a7a0e33e75eba0e1fb3f41c1a7c993cf2bc98ccffbab1701f5
Contents?: true
Size: 380 Bytes
Versions: 21
Compression:
Stored size: 380 Bytes
Contents
require 'test_helper' class Gecko::Record::TaxTypeAdapterTest < Minitest::Test include TestingAdapter include SharedAdapterExamples let(:adapter) { @client.TaxType } let(:plural_name) { "tax_types" } let(:record_class) { Gecko::Record::TaxType } def test_initializes_adapter assert_instance_of(Gecko::Record::TaxTypeAdapter, @client.TaxType) end end
Version data entries
21 entries across 21 versions & 1 rubygems