Fix test
This commit is contained in:
parent
f18eabfe75
commit
951fe226c8
13 changed files with 13 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
require 'rails_helper'
|
||||
|
||||
describe ActivityPub::FetchInstanceInfoWorker do
|
||||
RSpec.describe ActivityPub::FetchInstanceInfoWorker do
|
||||
subject { described_class.new }
|
||||
|
||||
let(:wellknown_nodeinfo) do
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
require 'rails_helper'
|
||||
|
||||
describe ActivityPub::FetchRemoteStatusWorker do
|
||||
RSpec.describe ActivityPub::FetchRemoteStatusWorker do
|
||||
subject { described_class.new }
|
||||
|
||||
let(:sender) { Fabricate(:account, domain: 'example.com', uri: 'https://example.com/actor') }
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
require 'rails_helper'
|
||||
|
||||
describe ProcessReferencesWorker do
|
||||
RSpec.describe ProcessReferencesWorker do
|
||||
let(:worker) { described_class.new }
|
||||
|
||||
describe 'perform' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue