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

@ -190,6 +190,8 @@ describe User do
it "has correct settings" do
expect(subject.email_tokens).to be_present
expect(subject.user_stat).to be_present
expect(subject.user_profile).to be_present
expect(subject.user_option.email_private_messages).to eq(true)
expect(subject.user_option.email_direct).to eq(true)
end