Sha256: daf3cfc9aec8aeffd531238a6a551906a2a9280a390176d1d17a83b77739b0b0
Contents?: true
Size: 507 Bytes
Versions: 17
Compression:
Stored size: 507 Bytes
Contents
require 'test_helper' class Gecko::Record::ImageAdapterTest < Minitest::Test include TestingAdapter include SharedAdapterExamples let(:adapter) { @client.Image } let(:plural_name) { "images" } let(:record_class) { Gecko::Record::Image } def test_initializes_adapter assert_instance_of(Gecko::Record::ImageAdapter, @client.Image) end # Updating images via the API is currently unsupported undef :test_saving_existing_invalid_record undef :test_saving_existing_record end
Version data entries
17 entries across 17 versions & 1 rubygems