mastodon/spec/services/activitypub/process_collection_service_spec.rb

11 lines
231 B
Ruby
Raw Normal View History

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