1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-28 14:58:38 +09:00
YuruToot/spec/services/follow_service_spec.rb
2016-03-05 12:50:59 +01:00

10 lines
213 B
Ruby

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