[FIX #589] Force birthdate format when saving
This commit is contained in:
parent
1aabc6c82b
commit
03fde0a502
5 changed files with 25 additions and 16 deletions
|
@ -3,6 +3,6 @@ FactoryGirl.define do
|
|||
gender 'M.'
|
||||
nom 'Julien'
|
||||
prenom 'Xavier'
|
||||
birthdate '20/01/1991'
|
||||
birthdate '1991-11-01'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue