mastodon/spec/services/activitypub/process_collection_service_...

11 lines
231 B
Ruby

require 'rails_helper'
RSpec.describe ActivityPub::ProcessCollectionService do
subject { described_class.new }
describe '#call' do
context 'when actor is the sender'
context 'when actor differs from sender'
end
end