Sha256: a73ba0dd1373b22811fc390c5ba023697a338769361be7bfe59e622a97c26c84
Contents?: true
Size: 385 Bytes
Versions: 21
Compression:
Stored size: 385 Bytes
Contents
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
21 entries across 21 versions & 1 rubygems