0
0
Fork 0

Remove auto-silence behaviour from spam check (#12117)

Fix #12113
This commit is contained in:
Eugen Rochko 2019-10-09 07:11:23 +02:00 committed by GitHub
parent 354fdd317e
commit b5f7e12817
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 12 deletions

View file

@ -181,10 +181,6 @@ RSpec.describe SpamCheck do
described_class.new(status2).flag!
end
it 'silences the account' do
expect(sender.silenced?).to be true
end
it 'creates a report about the account' do
expect(sender.targeted_reports.unresolved.count).to eq 1
end