mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-03 13:34:30 +00:00
6 lines
92 B
Ruby
6 lines
92 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe UnmuteService do
|
|
subject { UnmuteService.new }
|
|
end
|