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

@ -45,7 +45,7 @@ describe Registration do
describe 'association' do
it { is_expected.to belong_to(:user) }
# TODO (snapcon): This fails because conference is nil, but obviously this works...
# TODO-SNAPCON: This fails because conference is nil, but obviously this works...
# it { is_expected.to belong_to(:conference) }
it { is_expected.to have_and_belong_to_many(:qanswers) }
it { is_expected.to have_and_belong_to_many(:vchoices) }