added spec for dossier#update_with_france_connect
This commit is contained in:
parent
6c52c71eee
commit
d7105cb6f8
4 changed files with 17 additions and 6 deletions
|
@ -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' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue