Sha256: 50061d8dba4b2b9427e7785008f014a78001fde8a463f7837a6c7f110b91944d

Contents?: true

Size: 410 Bytes

Versions: 7

Compression:

Stored size: 410 Bytes

Contents

# frozen_string_literal: true

require 'test_helper'

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

  let(:adapter)       { @client.Contact }
  let(:plural_name)   { "contacts" }
  let(:record_class)  { Gecko::Record::Contact }

  def test_initializes_adapter
    assert_instance_of(Gecko::Record::ContactAdapter, @client.Contact)
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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