Sha256: be2463a412d4f3d71856381f91cc99faae0421a0b666380e4bc1784a92add5a2
Contents?: true
Size: 350 Bytes
Versions: 11
Compression:
Stored size: 350 Bytes
Contents
require 'spec_helper' describe 'A curator can see the items page', type: :feature do let(:exhibit_curator) { FactoryGirl.create(:exhibit_curator) } let(:exhibit) { FactoryGirl.create(:exhibit) } it 'works' do login_as exhibit_curator visit spotlight.exhibit_dashboard_path(exhibit) expect(page).to have_content 'Items' end end
Version data entries
11 entries across 11 versions & 1 rubygems