mirror of
https://github.com/mastodon/mastodon
synced 2024-11-25 15:46:24 +09:00
6 lines
92 B
Ruby
6 lines
92 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe UnmuteService do
|
|
subject { UnmuteService.new }
|
|
end
|