Fixing some bugs, adding pending test examples
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe FollowService do
|
||||
pending
|
||||
subject { FollowService.new }
|
||||
|
||||
it 'creates a following relation'
|
||||
it 'creates local account for remote user'
|
||||
it 'sends follow to the remote user'
|
||||
end
|
||||
|
Reference in New Issue
Block a user