Randomize points in group_scores factory

This commit is contained in:
Daniel Schädler 2019-06-17 12:48:48 +02:00
parent 4925ea9d83
commit 15e2bd830f
1 changed files with 4 additions and 0 deletions

View File

@ -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