Add new RNA Type de champ

This commit is contained in:
Damien Le Thiec 2022-09-21 15:17:23 +02:00
parent 673ea9843e
commit 606ac48964
4 changed files with 14 additions and 0 deletions

View file

@ -143,6 +143,9 @@ FactoryBot.define do
factory :type_de_champ_siret do
type_champ { TypeDeChamp.type_champs.fetch(:siret) }
end
factory :type_de_champ_rna do
type_champ { TypeDeChamp.type_champs.fetch(:rna) }
end
factory :type_de_champ_iban do
type_champ { TypeDeChamp.type_champs.fetch(:iban) }
end