Sha256: 6326ad16928270a7363850017454d581292b4c5632c109e1b7010de7165eeb52

Contents?: true

Size: 284 Bytes

Versions: 7

Compression:

Stored size: 284 Bytes

Contents

FactoryBot.define do
  factory :exhibit_thumbnail, class: Spotlight::ExhibitThumbnail do
    image { Rack::Test::UploadedFile.new(File.expand_path(File.join('..', 'fixtures', 'avatar.png'), __dir__)) }
    iiif_tilesource { 'https://exhibits-stage.stanford.edu/images/78' }
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
blacklight-spotlight-2.4.1 spec/factories/exhibit_thumbnails.rb
blacklight-spotlight-2.4.0 spec/factories/exhibit_thumbnails.rb
blacklight-spotlight-2.3.3 spec/factories/exhibit_thumbnails.rb
blacklight-spotlight-2.3.2 spec/factories/exhibit_thumbnails.rb
blacklight-spotlight-2.3.1 spec/factories/exhibit_thumbnails.rb
blacklight-spotlight-2.3.0 spec/factories/exhibit_thumbnails.rb
blacklight-spotlight-2.2.1 spec/factories/exhibit_thumbnails.rb