Merge pull request #10705 from demarches-simplifiees/email-expert-need-confirmation-ldu
ETQ expert, je dois confirmer mon mail
This commit is contained in:
commit
8e7e8d9624
14 changed files with 122 additions and 21 deletions
|
@ -193,7 +193,7 @@ describe User, type: :model do
|
|||
user = subject
|
||||
expect(user.valid_password?(password)).to be true
|
||||
expect(user.confirmed_at).to be_present
|
||||
expect(user.email_verified_at).to be_present
|
||||
expect(user.email_verified_at).to be_nil
|
||||
expect(user.expert).to be_present
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue