feat(types de champ): add EPCI champ
This commit is contained in:
parent
f38ee8f03f
commit
a4cbbe721e
24 changed files with 337 additions and 11 deletions
|
@ -125,6 +125,12 @@ FactoryBot.define do
|
|||
value { 'Paris' }
|
||||
end
|
||||
|
||||
factory :champ_epci, class: 'Champs::EpciChamp' do
|
||||
type_de_champ { association :type_de_champ_epci, procedure: dossier.procedure }
|
||||
value { 'CC Retz en Valois' }
|
||||
external_id { '200071991' }
|
||||
end
|
||||
|
||||
factory :champ_header_section, class: 'Champs::HeaderSectionChamp' do
|
||||
type_de_champ { association :type_de_champ_header_section, procedure: dossier.procedure }
|
||||
value { 'une section' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue