diff --git a/spec/models/team_spec.rb b/spec/models/team_spec.rb index c4be2b3..23b38bf 100644 --- a/spec/models/team_spec.rb +++ b/spec/models/team_spec.rb @@ -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