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

RSpec.describe FollowService do
  subject { FollowService.new }

  it 'creates a following relation'
  it 'creates local account for remote user'
  it 'sends follow to the remote user'
end