spec/features/feature_page_spec.rb in blacklight-spotlight-2.4.1 vs spec/features/feature_page_spec.rb in blacklight-spotlight-2.5.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
describe 'Feature page', type: :feature, versioning: true do
let(:exhibit) { FactoryBot.create(:exhibit) }
let(:exhibit_curator) { FactoryBot.create(:exhibit_curator, exhibit: exhibit) }
describe 'viewing the page' do