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

Version Path
gecko-ruby-0.9.1 test/record/tax_type_adapter_test.rb
gecko-ruby-0.9.0 test/record/tax_type_adapter_test.rb
gecko-ruby-0.8.0 test/record/tax_type_adapter_test.rb
gecko-ruby-0.2.6 test/record/tax_type_adapter_test.rb
gecko-ruby-0.7.1 test/record/tax_type_adapter_test.rb
gecko-ruby-0.7.0 test/record/tax_type_adapter_test.rb
gecko-ruby-0.6.0 test/record/tax_type_adapter_test.rb
gecko-ruby-0.5.0 test/record/tax_type_adapter_test.rb
gecko-ruby-0.2.5 test/record/tax_type_adapter_test.rb
gecko-ruby-0.2.4 test/record/tax_type_adapter_test.rb
gecko-ruby-0.2.3 test/record/tax_type_adapter_test.rb
gecko-ruby-0.2.2 test/record/tax_type_adapter_test.rb
gecko-ruby-0.2.0 test/record/tax_type_adapter_test.rb
gecko-ruby-0.1.0 test/record/tax_type_adapter_test.rb
gecko-ruby-0.0.10 test/record/tax_type_adapter_test.rb
gecko-ruby-0.0.9 test/record/tax_type_adapter_test.rb
gecko-ruby-0.0.8 test/record/tax_type_adapter_test.rb
gecko-ruby-0.0.7 test/record/tax_type_adapter_test.rb
gecko-ruby-0.0.6 test/record/tax_type_adapter_test.rb
gecko-ruby-0.0.5 test/record/tax_type_adapter_test.rb