spec/features/javascript/reindex_monitor_spec.rb in blacklight-spotlight-3.0.0.alpha.2 vs spec/features/javascript/reindex_monitor_spec.rb in blacklight-spotlight-3.0.0.alpha.3

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true -feature 'Reindex Monitor', js: true, default_max_wait_time: 10 do +describe 'Reindex Monitor', js: true, default_max_wait_time: 10 do let(:resources) do [FactoryBot.create(:resource)] end let(:exhibit) { FactoryBot.create(:exhibit, resources: resources) } let(:exhibit_curator) { FactoryBot.create(:exhibit_curator, exhibit: exhibit) }