FEATURE: Remove ignore feature SiteSetting and enable ignore by default (#7349)

This commit is contained in:
Tarek Khalil
2019-04-10 11:54:59 +01:00
committed by Régis Hanol
parent a723699519
commit 442fb2facb
13 changed files with 87 additions and 129 deletions

View File

@ -2676,9 +2676,6 @@ describe Guardian do
end
describe '#can_ignore_user?' do
before do
SiteSetting.ignore_user_enabled = true
end
let(:guardian) { Guardian.new(trust_level_2) }