diff --git a/spec/factories/matches.rb b/spec/factories/matches.rb index cd0543f..22711e7 100644 --- a/spec/factories/matches.rb +++ b/spec/factories/matches.rb @@ -12,6 +12,9 @@ FactoryBot.define do match.match_scores = create_list(:match_score, evaluator.match_scores_count) end state { :in_progress } + factory :finished_playoff_match do + state { :finished } + end end factory :single_team_match do