add cnaf champ
This commit is contained in:
parent
354735ace4
commit
c76d1043fa
3 changed files with 82 additions and 0 deletions
|
@ -185,6 +185,10 @@ FactoryBot.define do
|
|||
type_de_champ { association :type_de_champ_annuaire_education, procedure: dossier.procedure }
|
||||
end
|
||||
|
||||
factory :champ_cnaf, class: 'Champs::CnafChamp' do
|
||||
type_de_champ { association :type_de_champ_cnaf, procedure: dossier.procedure }
|
||||
end
|
||||
|
||||
factory :champ_siret, class: 'Champs::SiretChamp' do
|
||||
association :type_de_champ, factory: [:type_de_champ_siret]
|
||||
association :etablissement, factory: [:etablissement]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue