about summary refs log tree commit diff
path: root/spec
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-10-09 07:11:23 +0200
committerGitHub <noreply@github.com>2019-10-09 07:11:23 +0200
commitb5f7e12817356b9b1795ab0187fe08d07f13a485 (patch)
tree0c0a234d78a30dd47ba2e4975156cb650607f767 /spec
parent354fdd317e9c495ed721013911bc5274d5e0e1f8 (diff)
Remove auto-silence behaviour from spam check (#12117)
Fix #12113
Diffstat (limited to 'spec')
-rw-r--r--spec/lib/spam_check_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/lib/spam_check_spec.rb b/spec/lib/spam_check_spec.rb
index 4cae46111..d4d66a499 100644
--- a/spec/lib/spam_check_spec.rb
+++ b/spec/lib/spam_check_spec.rb
@@ -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