2023-02-21 16:55:31 -08:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2017-02-05 17:51:56 -08:00
|
|
|
require 'rails_helper'
|
|
|
|
|
2018-05-02 09:58:48 -07:00
|
|
|
RSpec.describe UnmuteService, type: :service do
|
2023-06-06 04:58:33 -07:00
|
|
|
subject { described_class.new }
|
2017-02-05 17:51:56 -08:00
|
|
|
end
|