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