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