Fix rspec tests because of the changes to the cfp
Remove redundant association Note: a conference created with :full_conference already has a cfp
This commit is contained in:
parent
2bff918556
commit
a1124546f1
16 changed files with 78 additions and 74 deletions
|
|
@ -29,7 +29,6 @@ describe 'Registration' do
|
|||
describe 'association' do
|
||||
it { is_expected.to belong_to(:user) }
|
||||
it { is_expected.to belong_to(:conference) }
|
||||
it { is_expected.to have_and_belong_to_many(:events) }
|
||||
it { is_expected.to have_and_belong_to_many(:qanswers) }
|
||||
it { is_expected.to have_and_belong_to_many(:vchoices) }
|
||||
it { is_expected.to have_many(:events_registrations) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue