[FIX #589] Force birthdate format when saving

This commit is contained in:
Mathieu Magnin 2017-07-25 17:26:40 +02:00
parent 1aabc6c82b
commit 03fde0a502
5 changed files with 25 additions and 16 deletions

View file

@ -3,6 +3,6 @@ FactoryGirl.define do
gender 'M.'
nom 'Julien'
prenom 'Xavier'
birthdate '20/01/1991'
birthdate '1991-11-01'
end
end