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

Version Path
blacklight-spotlight-1.0.0 spec/features/curator_items.rb
blacklight-spotlight-1.0.0.alpha2 spec/features/curator_items.rb
blacklight-spotlight-1.0.0.alpha1 spec/features/curator_items.rb
blacklight-spotlight-0.34.1 spec/features/curator_items.rb
blacklight-spotlight-0.34.0 spec/features/curator_items.rb
blacklight-spotlight-0.33.3 spec/features/curator_items.rb
blacklight-spotlight-0.33.2 spec/features/curator_items.rb
blacklight-spotlight-0.33.1 spec/features/curator_items.rb
blacklight-spotlight-0.33.0 spec/features/curator_items.rb
blacklight-spotlight-0.32.0 spec/features/curator_items.rb
blacklight-spotlight-0.31.0 spec/features/curator_items.rb
blacklight-spotlight-0.30.0 spec/features/curator_items.rb
blacklight-spotlight-0.29.1 spec/features/curator_items.rb
blacklight-spotlight-0.29.0 spec/features/curator_items.rb
blacklight-spotlight-0.28.3 spec/features/curator_items.rb
blacklight-spotlight-0.28.2 spec/features/curator_items.rb
blacklight-spotlight-0.28.1 spec/features/curator_items.rb
blacklight-spotlight-0.28.0 spec/features/curator_items.rb
blacklight-spotlight-0.27.0 spec/features/curator_items.rb
blacklight-spotlight-0.26.1 spec/features/curator_items.rb