spec/features/home_page_spec.rb in blacklight-spotlight-0.18.0 vs spec/features/home_page_spec.rb in blacklight-spotlight-0.19.0
- old
+ new
@@ -1,5 +1,4 @@
-require 'spec_helper'
describe 'Home page', type: :feature do
let(:exhibit) { FactoryGirl.create(:exhibit) }
let(:exhibit_curator) { FactoryGirl.create(:exhibit_curator, exhibit: exhibit) }
before { login_as exhibit_curator }
it 'exists by default on exhibits' do