Sha256: a9a6b4d561e4867d7dfc41da642671a83068b92f17f81cf36f4bcbd4d59ab678
Contents?: true
Size: 326 Bytes
Versions: 33
Compression:
Stored size: 326 Bytes
Contents
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
33 entries across 33 versions & 1 rubygems