2024-04-29 00:17:15 +02:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2018-01-23 17:15:42 +01:00
|
|
|
FactoryBot.define do
|
2016-07-18 18:24:29 +02:00
|
|
|
factory :follow do
|
2020-07-20 16:46:26 +02:00
|
|
|
association :instructeur
|
|
|
|
association :dossier
|
2016-07-18 18:24:29 +02:00
|
|
|
end
|
|
|
|
end
|