From 20dfa7bffdc2e30196a6e1cb4a627be1dea3ba3b Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Wed, 28 Aug 2024 10:02:38 -0800 Subject: [PATCH] - Minitest top-level namespace no longer includes entire contents of README.rdoc. Too much! [git-p4: depot-paths = "//src/minitest/dev/": change = 14309] --- lib/minitest.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/minitest.rb b/lib/minitest.rb index 5b147121..193e8933 100644 --- a/lib/minitest.rb +++ b/lib/minitest.rb @@ -6,7 +6,8 @@ require_relative "minitest/compress" ## -# :include: README.rdoc +# The top-level namespace for Minitest. Also the location of the main +# runtime. See +Minitest.run+ for more information. module Minitest VERSION = "5.25.1" # :nodoc: