Individual: use birthdate as a ... date :)

This commit is contained in:
simon lehericey 2018-04-03 16:38:54 +02:00
parent b67b13aac8
commit c019cb623a
8 changed files with 16 additions and 32 deletions

View file

@ -3,6 +3,6 @@ FactoryBot.define do
gender 'M.'
nom 'Julien'
prenom 'Xavier'
birthdate '1991-11-01'
birthdate Date.new(1991, 11, 01)
end
end