Add new type de champ expression_reguliere with tests
This commit is contained in:
parent
dbb68f29da
commit
3b5bbb0779
9 changed files with 87 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue