Add empty_prepared_playoff_match

This commit is contained in:
Daniel Schädler 2019-05-10 13:04:36 +02:00
parent 7776724781
commit 08dce6ec09
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ FactoryBot.define do
state { :in_progress } state { :in_progress }
end end
factory :empty_prepared_playoff_match do
state { :not_started }
end
factory :decided_playoff_match do factory :decided_playoff_match do
transient do transient do
match_scores_count { 2 } match_scores_count { 2 }