Sha256: 2666511cda171e5b83e631d0b4a98f3520a73230c9f9b136e28e92a56446ec04
Contents?: true
Size: 411 Bytes
Versions: 7
Compression:
Stored size: 411 Bytes
Contents
# frozen_string_literal: true 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
7 entries across 7 versions & 1 rubygems