Fix RSpec/VerifiedDoubles
cop (#25469)
This commit is contained in:
parent
38433ccd0b
commit
05f9e39b32
50 changed files with 162 additions and 172 deletions
|
@ -15,7 +15,7 @@ describe MoveWorker do
|
|||
let!(:account_note) { Fabricate(:account_note, account: local_user.account, target_account: source_account, comment: comment) }
|
||||
let(:list) { Fabricate(:list, account: local_follower) }
|
||||
|
||||
let(:block_service) { double }
|
||||
let(:block_service) { instance_double(BlockService) }
|
||||
|
||||
before do
|
||||
stub_request(:post, 'https://example.org/a/inbox').to_return(status: 200)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue