# File lib/librarian/rspec/support/cli_macro.rb, line 113
        def have_json_file(rel_path, content)
          FileMatcher.new(rel_path, content, :type => :json)
        end