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