This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
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
|
2017-02-06 02:51:56 +01:00
|
|
|
subject { UnmuteService.new }
|
|
|
|
end
|