Fixing some bugs, adding pending test examples
This commit is contained in:
parent
23d08c6749
commit
3b4e04dc32
16 changed files with 83 additions and 14 deletions
|
@ -1,5 +1,12 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe FollowRemoteAccountService do
|
||||
pending
|
||||
subject { FollowRemoteAccountService.new }
|
||||
|
||||
it 'returns nil if no such user can be resolved via webfinger'
|
||||
it 'returns nil if the domain does not have webfinger'
|
||||
it 'returns nil if remote user does not offer a hub URL'
|
||||
it 'returns an already existing remote account'
|
||||
it 'returns a new remote account'
|
||||
it 'fills the remote account with profile information'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue