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