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