Add a group_match to a group (this does not quite work yet)

This commit is contained in:
Daniel Schädler 2019-04-24 22:33:37 +02:00
parent 3fc8132538
commit b0817bfcf0
1 changed files with 1 additions and 0 deletions

View File

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