modifications après dernière review
This commit is contained in:
parent
3cd5d778ca
commit
b6d0502f39
8 changed files with 147 additions and 159 deletions
|
@ -27,11 +27,6 @@ describe FranceConnectInformation, type: :model do
|
|||
expect(user.confirmed_at).to be_present
|
||||
end
|
||||
|
||||
it 'sends custom confirmation instructions' do
|
||||
expect(UserMailer).to receive(:custom_confirmation_instructions).and_call_original
|
||||
subject
|
||||
end
|
||||
|
||||
it 'associates the user with the FranceConnectInformation' do
|
||||
subject
|
||||
expect(fci.reload.user.email).to eq(email.downcase)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue