Makes Groups have different incrementing numbers

This commit is contained in:
Daniel Schädler 2019-04-24 12:25:30 +02:00
parent 04b0476603
commit f47ffebcd4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
FactoryBot.define do FactoryBot.define do
factory :group do factory :group do
number { 0 } sequence(:number)
stage stage
end end
end end