Fix team spec expecting group_score relation

This commit is contained in:
Thor77 2018-11-18 14:12:05 +01:00
parent 03f362a7fe
commit c573fd9edd
No known key found for this signature in database
GPG Key ID: 5051E71B46AA669A
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RSpec.describe Team, type: :model do
describe 'association' do describe 'association' do
it { should belong_to :tournament } it { should belong_to :tournament }
it { should have_many :group_score } it { should have_many :group_scores }
it { should have_many :scores } it { should have_many :scores }
end end