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