Sha256: 424292cc872679aaf135b7afb035956f4eaa2460925fddc7fc1bcf3db4161ead
Contents?: true
Size: 538 Bytes
Versions: 7
Compression:
Stored size: 538 Bytes
Contents
# frozen_string_literal: true 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
7 entries across 7 versions & 1 rubygems