Sha256: 58ce798be6f91ec8cdfd862d11d64d6ffee5028146c17200ca89ff194925fcb1

Contents?: true

Size: 410 Bytes

Versions: 7

Compression:

Stored size: 410 Bytes

Contents

# frozen_string_literal: true

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

7 entries across 7 versions & 1 rubygems

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