FactoryBot.define do factory :individual do gender { 'M.' } nom { 'Julien' } prenom { 'Xavier' } birthdate { Date.new(1991, 11, 01) } end end