Sha256: 3242d0f89844e87373aea2d5c6dbd95735e0ad11bdcf7855481b679c30eb050c

Contents?: true

Size: 426 Bytes

Versions: 21

Compression:

Stored size: 426 Bytes

Contents

require 'test_helper'

class Gecko::TaxTypeTest < Minitest::Test
  include VCRHelper
  include SharedRecordExamples

  let(:plural_name)   { "tax_types" }
  let(:record_class)  { Gecko::Record::TaxType }

  def setup
    @json   = load_vcr_hash("tax_types", "tax_types").first
    @record = record_class.new(client, @json)
  end

  def test_initializes_record
    assert_instance_of(Gecko::Record::TaxType, @record)
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

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