Add a group_match to a group (this does not quite work yet)
This commit is contained in:
parent
3fc8132538
commit
b0817bfcf0
|
|
@ -4,5 +4,6 @@ FactoryBot.define do
|
||||||
factory :group do
|
factory :group do
|
||||||
sequence(:number)
|
sequence(:number)
|
||||||
stage
|
stage
|
||||||
|
group_match
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue