use TODO-SNAPCON for the comment tag since rubocop is not flexible enough

This commit is contained in:
Michael Ball 2021-02-24 03:32:19 -08:00
parent c6ebe0f0bf
commit 13aa7db90d
7 changed files with 10 additions and 10 deletions

View file

@ -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)