rend plus compréhensible la civilité
This commit is contained in:
parent
30b9d603bd
commit
2066e3db87
8 changed files with 10 additions and 10 deletions
|
@ -57,7 +57,7 @@ FactoryBot.define do
|
|||
|
||||
factory :champ_civilite, class: 'Champs::CiviliteChamp' do
|
||||
type_de_champ { association :type_de_champ_civilite, procedure: dossier.procedure }
|
||||
value { 'M.' }
|
||||
value { 'Monsieur' }
|
||||
end
|
||||
|
||||
factory :champ_email, class: 'Champs::EmailChamp' do
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
FactoryBot.define do
|
||||
factory :individual do
|
||||
gender { 'M.' }
|
||||
gender { 'Monsieur' }
|
||||
nom { 'Julien' }
|
||||
prenom { 'Xavier' }
|
||||
birthdate { Date.new(1991, 11, 01) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue