1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-25 07:37:16 +09:00
YuruToot/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