unmute_service_spec.rb 92 B

12345
  1. require 'rails_helper'
  2. RSpec.describe UnmuteService do
  3. subject { UnmuteService.new }
  4. end