spec/features/exhibits/administration_spec.rb in blacklight-spotlight-0.18.0 vs spec/features/exhibits/administration_spec.rb in blacklight-spotlight-0.19.0
- old
+ new
@@ -1,5 +1,4 @@
-require 'spec_helper'
describe 'Exhibit Administration', type: :feature do
let(:exhibit) { FactoryGirl.create(:exhibit) }
let(:admin) { FactoryGirl.create(:exhibit_admin, exhibit: exhibit) }
let(:email_id_0) { 'exhibit_contact_emails_attributes_0_email' }