Sha256: c478e6f8816c2b5acf8d3cb9308ba81b875104c4af62290ac559a0544e604aec

Contents?: true

Size: 446 Bytes

Versions: 9

Compression:

Stored size: 446 Bytes

Contents

FactoryGirl.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

9 entries across 9 versions & 1 rubygems

Version Path
blacklight-spotlight-1.0.0 spec/factories/featured_images.rb
blacklight-spotlight-1.0.0.alpha2 spec/factories/featured_images.rb
blacklight-spotlight-1.0.0.alpha1 spec/factories/featured_images.rb
blacklight-spotlight-0.34.1 spec/factories/featured_images.rb
blacklight-spotlight-0.34.0 spec/factories/featured_images.rb
blacklight-spotlight-0.33.3 spec/factories/featured_images.rb
blacklight-spotlight-0.33.2 spec/factories/featured_images.rb
blacklight-spotlight-0.33.1 spec/factories/featured_images.rb
blacklight-spotlight-0.33.0 spec/factories/featured_images.rb