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
|
|
@ -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) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue