Remove unused stub json ld context (#25454)

This commit is contained in:
Matt Jankowski 2023-10-16 09:38:27 -04:00 committed by KMY(雪あすか)
parent d8e007d69a
commit e885b44467
6 changed files with 0 additions and 571 deletions

View file

@ -9,7 +9,6 @@ RSpec.describe AfterBlockDomainFromAccountService, type: :service do
let!(:alice) { Fabricate(:account, username: 'alice') }
before do
stub_jsonld_contexts!
allow(ActivityPub::DeliveryWorker).to receive(:perform_async)
end