1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00
documentation/spec/services/unfollow_service_spec.rb

9 lines
184 B
Ruby

require 'rails_helper'
RSpec.describe UnfollowService do
subject { UnfollowService.new }
it 'destroys the following relation'
it 'sends remote interaction for remote user'
end