Randomize points in group_scores factory
This commit is contained in:
parent
4925ea9d83
commit
15e2bd830f
|
|
@ -4,5 +4,9 @@ FactoryBot.define do
|
|||
factory :group_score do
|
||||
team
|
||||
group
|
||||
|
||||
group_points { rand 5 }
|
||||
scored_points { rand 5 }
|
||||
received_points { rand 5 }
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue