Sha256: 0033ed47caa2137e8f7bfcb17a6da64f366a3bea2d06acbff99afbac6bf7cda8

Contents?: true

Size: 416 Bytes

Versions: 7

Compression:

Stored size: 416 Bytes

Contents

# frozen_string_literal: true

require 'test_helper'

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

  let(:adapter)       { @client.Location }
  let(:plural_name)   { 'locations' }
  let(:record_class)  { Gecko::Record::Location }

  def test_initializes_adapter
    assert_instance_of(Gecko::Record::LocationAdapter, @client.Location)
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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