require 'rails_helper'

RSpec.describe UnmuteService, type: :service do
  subject { UnmuteService.new }
end