reset bounce score when email is successfully changed

This commit is contained in:
Régis Hanol
2017-02-20 10:37:01 +01:00
parent 4f32d9e9f7
commit cb99f59ec3
7 changed files with 19 additions and 5 deletions

View File

@ -255,7 +255,6 @@ describe UsersController do
user.reload
expect(session["password-#{token}"]).to be_blank
expect(UserAuthToken.where(id: user_auth_token.id).count).to eq(0)
end