Fix RSpec/ContextWording cop (#24739)
This commit is contained in:
@@ -12,7 +12,7 @@ RSpec.describe UnallowDomainService, type: :service do
|
||||
let!(:already_banned_account) { Fabricate(:account, username: 'badguy', domain: 'evil.org', suspended: true, silenced: true) }
|
||||
let!(:domain_allow) { Fabricate(:domain_allow, domain: 'evil.org') }
|
||||
|
||||
context 'in limited federation mode' do
|
||||
context 'with limited federation mode' do
|
||||
before do
|
||||
allow(subject).to receive(:whitelist_mode?).and_return(true)
|
||||
end
|
||||
|
Reference in New Issue
Block a user