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