Sha256: 7348e9704c486970cfefaf315923d2b43c7e555a4be333939a6bd4c2cd262914

Contents?: true

Size: 445 Bytes

Versions: 17

Compression:

Stored size: 445 Bytes

Contents

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 :masthead, class: Spotlight::Masthead do
    image { Rack::Test::UploadedFile.new(File.expand_path(File.join('..', 'fixtures', 'avatar.png'), __dir__)) }
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
blacklight-spotlight-2.2.0 spec/factories/featured_images.rb
blacklight-spotlight-2.1.0 spec/factories/featured_images.rb
blacklight-spotlight-2.0.2 spec/factories/featured_images.rb
blacklight-spotlight-2.0.1 spec/factories/featured_images.rb
blacklight-spotlight-2.0.0 spec/factories/featured_images.rb
blacklight-spotlight-2.0.0.rc6 spec/factories/featured_images.rb
blacklight-spotlight-2.0.0.rc5 spec/factories/featured_images.rb
blacklight-spotlight-2.0.0.rc4 spec/factories/featured_images.rb
blacklight-spotlight-2.0.0.rc3 spec/factories/featured_images.rb
blacklight-spotlight-2.0.0.rc2 spec/factories/featured_images.rb
blacklight-spotlight-2.0.0.rc1 spec/factories/featured_images.rb
blacklight-spotlight-1.5.1 spec/factories/featured_images.rb
blacklight-spotlight-1.4.1 spec/factories/featured_images.rb
blacklight-spotlight-1.4.0 spec/factories/featured_images.rb
blacklight-spotlight-1.3.0 spec/factories/featured_images.rb
blacklight-spotlight-1.2.0 spec/factories/featured_images.rb
blacklight-spotlight-1.1.0 spec/factories/featured_images.rb