# frozen_string_literal: true FactoryBot.define do factory :group_score do team group end end