Sha256: 1e9137c68161bf78e71538a46fd58731a0f708d7405f69dcf3ab78c7baeb2543

Contents?: true

Size: 480 Bytes

Versions: 18

Compression:

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

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
blacklight-spotlight-3.0.0.alpha.2 spec/factories/featured_images.rb
blacklight-spotlight-3.0.0.alpha.1 spec/factories/featured_images.rb
blacklight-spotlight-2.13.0 spec/factories/featured_images.rb
blacklight-spotlight-2.12.1 spec/factories/featured_images.rb
blacklight-spotlight-2.12.0 spec/factories/featured_images.rb
blacklight-spotlight-2.11.0 spec/factories/featured_images.rb
blacklight-spotlight-2.10.0 spec/factories/featured_images.rb
blacklight-spotlight-2.9.0 spec/factories/featured_images.rb
blacklight-spotlight-2.8.0 spec/factories/featured_images.rb
blacklight-spotlight-2.7.2 spec/factories/featured_images.rb
blacklight-spotlight-2.7.1 spec/factories/featured_images.rb
blacklight-spotlight-2.7.0 spec/factories/featured_images.rb
blacklight-spotlight-2.6.1.1 spec/factories/featured_images.rb
blacklight-spotlight-2.6.1 spec/factories/featured_images.rb
blacklight-spotlight-2.6.0 spec/factories/featured_images.rb
blacklight-spotlight-2.5.2 spec/factories/featured_images.rb
blacklight-spotlight-2.5.1 spec/factories/featured_images.rb
blacklight-spotlight-2.5.0 spec/factories/featured_images.rb