This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-08-08 21:52:15 +02:00
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
RSpec.describe ActivityPub::ProcessCollectionService do
|
2017-08-26 13:47:38 +02:00
|
|
|
subject { described_class.new }
|
2017-08-08 21:52:15 +02:00
|
|
|
|
|
|
|
describe '#call' do
|
2017-08-26 13:47:38 +02:00
|
|
|
context 'when actor is the sender'
|
|
|
|
context 'when actor differs from sender'
|
2017-08-08 21:52:15 +02:00
|
|
|
end
|
|
|
|
end
|