1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-24 15:16:19 +09:00
mastodon/spec/services/unmute_service_spec.rb

6 lines
92 B
Ruby

require 'rails_helper'
RSpec.describe UnmuteService do
subject { UnmuteService.new }
end