about summary refs log tree commit diff
path: root/spec/services/activitypub/process_collection_service_spec.rb
blob: 6486483f65b6c04ab041622f64bb8284a2fef0a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
require 'rails_helper'

RSpec.describe ActivityPub::ProcessCollectionService do
  subject { ActivityPub::ProcessCollectionService.new }

  describe '#call' do
    pending
  end
end