spec/features/site_masthead_spec.rb in blacklight-spotlight-0.7.2 vs spec/features/site_masthead_spec.rb in blacklight-spotlight-0.8.0

- old
+ new

@@ -1,8 +1,8 @@ require 'spec_helper' describe 'Add and update the site masthead', type: :feature do - let(:exhibit) { FactoryGirl.create(:default_exhibit) } + let(:exhibit) { FactoryGirl.create(:exhibit) } let(:user) { FactoryGirl.create(:exhibit_admin, exhibit: exhibit) } before { login_as user } it 'updates site masthead options' do visit spotlight.exhibit_dashboard_path(exhibit)