Makes Groups have different incrementing numbers

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

View File

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