Fix team spec expecting group_score relation
This commit is contained in:
parent
03f362a7fe
commit
c573fd9edd
|
|
@ -9,7 +9,7 @@ RSpec.describe Team, type: :model do
|
|||
|
||||
describe 'association' do
|
||||
it { should belong_to :tournament }
|
||||
it { should have_many :group_score }
|
||||
it { should have_many :group_scores }
|
||||
it { should have_many :scores }
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue