aboutsummaryrefslogtreecommitdiffstats
path: root/lib/minitest/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/minitest/README.txt')
-rw-r--r--lib/minitest/README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/minitest/README.txt b/lib/minitest/README.txt
index 9029354921..d0ebaa324d 100644
--- a/lib/minitest/README.txt
+++ b/lib/minitest/README.txt
@@ -315,6 +315,13 @@ the gem, but you'll need to activate the gem explicitly to use it:
# ... usual testing stuffs ...
+DO NOTE: There is a serious problem with the way that ruby 1.9/2.0
+packages their own gems. They install a gem specification file, but
+don't install the gem contents in the gem path. This messes up
+Gem.find_files and many other things (gem which, gem contents, etc).
+
+Just install minitest as a gem for real and you'll be happier.
+
== LICENSE:
(The MIT License)