diff --git a/spec/factories/groupe_instructeur.rb b/spec/factories/groupe_instructeur.rb index f86ab4c11..db563a2f1 100644 --- a/spec/factories/groupe_instructeur.rb +++ b/spec/factories/groupe_instructeur.rb @@ -4,5 +4,9 @@ FactoryBot.define do factory :groupe_instructeur do label { generate(:groupe_label) } association :procedure + + trait :default do + label { GroupeInstructeur::DEFAUT_LABEL } + end end end diff --git a/spec/factories/procedure.rb b/spec/factories/procedure.rb index e7f7aee85..36925e66b 100644 --- a/spec/factories/procedure.rb +++ b/spec/factories/procedure.rb @@ -13,6 +13,7 @@ FactoryBot.define do lien_site_web { "https://mon-site.gouv" } path { SecureRandom.uuid } + groupe_instructeurs { [association(:groupe_instructeur, :default, procedure: instance, strategy: :build)] } administrateurs { administrateur.present? ? [administrateur] : [association(:administrateur)] } transient do