The code powering m.abunchtell.com https://m.abunchtell.com
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

11 wiersze
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