spec/factories/exhibit_thumbnails.rb in blacklight-spotlight-2.2.0 vs spec/factories/exhibit_thumbnails.rb in blacklight-spotlight-2.2.1

- old
+ new

@@ -1,6 +1,6 @@ FactoryBot.define do factory :exhibit_thumbnail, class: Spotlight::ExhibitThumbnail do image { Rack::Test::UploadedFile.new(File.expand_path(File.join('..', 'fixtures', 'avatar.png'), __dir__)) } - iiif_tilesource 'https://exhibits-stage.stanford.edu/images/78' + iiif_tilesource { 'https://exhibits-stage.stanford.edu/images/78' } end end