This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-02-05 17:51:56 -08:00
|
|
|
require 'rails_helper'
|
|
|
|
|
2018-05-02 09:58:48 -07:00
|
|
|
RSpec.describe UnmuteService, type: :service do
|
2017-02-05 17:51:56 -08:00
|
|
|
subject { UnmuteService.new }
|
|
|
|
end
|