added spec for dossier#update_with_france_connect

This commit is contained in:
clemkeirua 2019-07-31 16:56:39 +02:00
parent 6c52c71eee
commit d7105cb6f8
4 changed files with 17 additions and 6 deletions

View file

@ -1,7 +1,8 @@
FactoryBot.define do
factory :france_connect_information do
given_name { 'plop' }
family_name { 'plip' }
given_name { 'Angela Claire Louise' }
family_name { 'DUBOIS' }
gender { 'female' }
birthdate { '1976-02-24' }
france_connect_particulier_id { '1234567' }
email_france_connect { 'plip@octo.com' }