use TODO-SNAPCON for the comment tag since rubocop is not flexible enough
This commit is contained in:
parent
c6ebe0f0bf
commit
13aa7db90d
7 changed files with 10 additions and 10 deletions
|
|
@ -61,7 +61,7 @@ feature 'Has correct abilities' do
|
|||
expect(page).to_not have_link('New Conference', href: '/admin/conferences/new')
|
||||
|
||||
visit admin_conference_path(other_conference.short_title)
|
||||
# TODO (snapcon): This conference already seems to have a venue.
|
||||
# TODO-SNAPCON: This conference already seems to have a venue.
|
||||
# expect(page).to have_link('Add venue', href: "/admin/conferences/#{other_conference.short_title}/venue/new")
|
||||
|
||||
visit edit_admin_conference_path(conference.short_title)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue