require 'rails_helper'

RSpec.describe UnblockService do
  subject { UnblockService.new }
end