This repository has been archived on 2023-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
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