Fix RSpec/ContextWording cop (#24739)
This commit is contained in:
@ -7,7 +7,7 @@ RSpec.describe ReportService, type: :service do
|
||||
|
||||
let(:source_account) { Fabricate(:account) }
|
||||
|
||||
context 'for a remote account' do
|
||||
context 'with a remote account' do
|
||||
let(:remote_account) { Fabricate(:account, domain: 'example.com', protocol: :activitypub, inbox_url: 'http://example.com/inbox') }
|
||||
|
||||
before do
|
||||
|
Reference in New Issue
Block a user