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