Makes Groups have different incrementing numbers
This commit is contained in:
parent
ce8f1dac15
commit
568296c852
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue