Sha256: bfadac78d74443266e994055ba9bde375cbc8000fc2f8d72da13e33e40c5e7f7

Contents?: true

Size: 670 Bytes

Versions: 50

Compression:

Stored size: 670 Bytes

Contents

# frozen_string_literal: true

FactoryBot.define do
  factory :featured_image, class: 'Spotlight::FeaturedImage' 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

  factory :temporary_image, class: 'Spotlight::TemporaryImage' do
    image { Rack::Test::UploadedFile.new(File.expand_path(File.join('..', 'fixtures', 'avatar.png'), __dir__)) }
  end

  factory :masthead, class: 'Spotlight::Masthead' do
    image { Rack::Test::UploadedFile.new(File.expand_path(File.join('..', 'fixtures', 'avatar.png'), __dir__)) }
  end
end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
blacklight-spotlight-4.3.6 spec/factories/featured_images.rb
blacklight-spotlight-4.3.5 spec/factories/featured_images.rb
blacklight-spotlight-4.3.4 spec/factories/featured_images.rb
blacklight-spotlight-4.3.3 spec/factories/featured_images.rb
blacklight-spotlight-4.3.2 spec/factories/featured_images.rb
blacklight-spotlight-4.3.1 spec/factories/featured_images.rb
blacklight-spotlight-4.3.0 spec/factories/featured_images.rb
blacklight-spotlight-4.2.0 spec/factories/featured_images.rb
blacklight-spotlight-4.1.2 spec/factories/featured_images.rb
blacklight-spotlight-4.1.1 spec/factories/featured_images.rb
blacklight-spotlight-4.1.0 spec/factories/featured_images.rb
blacklight-spotlight-4.0.3 spec/factories/featured_images.rb
blacklight-spotlight-4.0.2 spec/factories/featured_images.rb
blacklight-spotlight-4.0.1 spec/factories/featured_images.rb
blacklight-spotlight-4.0.0 spec/factories/featured_images.rb
blacklight-spotlight-3.6.0.beta10 spec/factories/featured_images.rb
blacklight-spotlight-3.6.0.beta9 spec/factories/featured_images.rb
blacklight-spotlight-3.6.0.beta8 spec/factories/featured_images.rb
blacklight-spotlight-3.5.0.4 spec/factories/featured_images.rb
blacklight-spotlight-3.6.0.beta7 spec/factories/featured_images.rb