Sha256: 12fa53ae6e9f8a0d3d2b6fc33d9bee7e09afe5b291d5a54e34ac67bf32c0e8fa

Contents?: true

Size: 273 Bytes

Versions: 9

Compression:

Stored size: 273 Bytes

Contents

FactoryGirl.define do
  factory :contact_image, class: Spotlight::ContactImage 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
end

Version data entries

9 entries across 9 versions & 1 rubygems

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