You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
231 B

  1. require 'rails_helper'
  2. RSpec.describe ActivityPub::ProcessCollectionService do
  3. subject { described_class.new }
  4. describe '#call' do
  5. context 'when actor is the sender'
  6. context 'when actor differs from sender'
  7. end
  8. end