# File lib/librarian/rspec/support/cli_macro.rb, line 109
        def have_file(rel_path, content = nil)
          FileMatcher.new(rel_path, content)
        end