Sha256: 77685fb49c4ca38754f239e1904865249d4aa69eafd9f9e9d8600041c097b030

Contents?: true

Size: 367 Bytes

Versions: 4

Compression:

Stored size: 367 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
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gecko-ruby-0.0.7 test/record/image_adapter_test.rb
gecko-ruby-0.0.6 test/record/image_adapter_test.rb
gecko-ruby-0.0.5 test/record/image_adapter_test.rb
gecko-ruby-0.0.4 test/record/image_adapter_test.rb