Sha256: 886c829384f217e9df78c260ecd98861a7a39ddf4e1ce596b621d4af0402b9cd

Contents?: true

Size: 411 Bytes

Versions: 7

Compression:

Stored size: 411 Bytes

Contents

# frozen_string_literal: true

require 'test_helper'

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

  let(:adapter)       { @client.Address }
  let(:plural_name)   { 'addresses' }
  let(:record_class)  { Gecko::Record::Address }

  def test_initializes_adapter
    assert_instance_of(Gecko::Record::AddressAdapter, @client.Address)
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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