Sha256: 651880cc64147d44ab6b7fa2fee68feb3b0b981c04fddcd060a3256f225676e8

Contents?: true

Size: 379 Bytes

Versions: 21

Compression:

Stored size: 379 Bytes

Contents

require 'test_helper'

class Gecko::Record::InvoiceAdapterTest < Minitest::Test
  include TestingAdapter
  include SharedAdapterExamples

  let(:adapter)       { @client.Invoice }
  let(:plural_name)   { "invoices" }
  let(:record_class)  { Gecko::Record::Invoice }

  def test_initializes_adapter
    assert_instance_of(Gecko::Record::InvoiceAdapter, @client.Invoice)
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

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