about summary refs log tree commit diff
path: root/spec/services/activitypub/process_collection_service_spec.rb
blob: bf3bc82aa5f3d2fdecf2b1a39ca4b6bbbac2e31a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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