models: require belong_to associations on groupe_instructeur
This commit is contained in:
parent
5a7bd24fba
commit
29e8c43e5e
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
FactoryBot.define do
|
||||
factory :export do
|
||||
format { :csv }
|
||||
groupe_instructeurs { [create(:groupe_instructeur)] }
|
||||
groupe_instructeurs { [association(:groupe_instructeur)] }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue