spec/factories/searches.rb in blacklight-spotlight-3.0.0.rc1 vs spec/factories/searches.rb in blacklight-spotlight-3.0.0.rc2

- old
+ new

@@ -13,10 +13,10 @@ published { true } end factory :default_search, class: 'Spotlight::Search' do exhibit - title { 'All Exhibit Items' } + title { 'All exhibit items' } long_description { 'All items in this exhibit.' } after(:build) { |search| search.thumbnail = FactoryBot.create(:featured_image) } end end