Fix RSpec/VerifiedDoubles
cop (#25469)
This commit is contained in:
@@ -26,7 +26,7 @@ RSpec.describe ActivityPub::Activity::Add do
|
||||
end
|
||||
|
||||
context 'when status was not known before' do
|
||||
let(:service_stub) { double }
|
||||
let(:service_stub) { instance_double(ActivityPub::FetchRemoteStatusService) }
|
||||
|
||||
let(:json) do
|
||||
{
|
||||
|
Reference in New Issue
Block a user