Add empty_prepared_playoff_match
This commit is contained in:
parent
9c6b7422bd
commit
e7057b8f29
|
|
@ -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 }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue