# frozen_string_literal: true module ConvenientService module RSpec module Matchers module BeDirectDescendantOf def be_direct_descendant_of(...) Custom::BeDirectDescendantOf.new(...) end end end end end