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

Version Path
gecko-ruby-0.12.3 test/record/tax_type_adapter_test.rb
gecko-ruby-0.12.2 test/record/tax_type_adapter_test.rb
gecko-ruby-0.12.1 test/record/tax_type_adapter_test.rb
gecko-ruby-0.12.0 test/record/tax_type_adapter_test.rb
gecko-ruby-0.11.1 test/record/tax_type_adapter_test.rb
gecko-ruby-0.11.0 test/record/tax_type_adapter_test.rb
gecko-ruby-0.10.0 test/record/tax_type_adapter_test.rb