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