6 lines
108 B
Ruby
6 lines
108 B
Ruby
|
require 'rails_helper'
|
||
|
|
||
|
RSpec.describe UnmuteService, type: :service do
|
||
|
subject { UnmuteService.new }
|
||
|
end
|