mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-05 14:36:04 +00:00
9 lines
184 B
Ruby
9 lines
184 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe UnfollowService do
|
|
subject { UnfollowService.new }
|
|
|
|
it 'destroys the following relation'
|
|
it 'sends remote interactionf or remote user'
|
|
end
|