Add new type de champ expression_reguliere with tests

This commit is contained in:
Kara Diaby 2023-09-28 13:14:29 +00:00
parent dbb68f29da
commit 3b5bbb0779
9 changed files with 87 additions and 2 deletions

View file

@ -99,6 +99,9 @@ FactoryBot.define do
type_champ { TypeDeChamp.type_champs.fetch(:linked_drop_down_list) }
drop_down_list_value { "--primary--\nsecondary\n" }
end
factory :type_de_champ_expression_reguliere do
type_champ { TypeDeChamp.type_champs.fetch(:expression_reguliere) }
end
factory :type_de_champ_pays do
type_champ { TypeDeChamp.type_champs.fetch(:pays) }
end