spec/features/exhibits/administration_spec.rb in blacklight-spotlight-2.4.1 vs spec/features/exhibits/administration_spec.rb in blacklight-spotlight-2.5.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + describe 'Exhibit Administration', type: :feature do let(:exhibit) { FactoryBot.create(:exhibit) } let(:admin) { FactoryBot.create(:exhibit_admin, exhibit: exhibit) } let(:hidden_input_id_0) { 'exhibit_contact_emails_attributes_0_id' } let(:email_id_0) { 'exhibit_contact_emails_attributes_0_email' }