summaryrefslogtreecommitdiff
path: root/test/rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-11 12:39:11 +0900
committeraycabta <aycabta@gmail.com>2019-08-16 06:07:11 +0900
commite87e10e5e7b7bbb6f4e703981a75b9aaae588816 (patch)
treeef032429e89fb4e48831e581defbdd4ed8498bcb /test/rdoc
parent2066dae991d89c481ab92586d1b2e9589211dde6 (diff)
Use test/unit instead of test-unit. Because test-unit is only provided standalone gem.
Diffstat (limited to 'test/rdoc')
-rw-r--r--test/rdoc/helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rdoc/helper.rb b/test/rdoc/helper.rb
index 8a30b2e13a..a596766760 100644
--- a/test/rdoc/helper.rb
+++ b/test/rdoc/helper.rb
@@ -6,7 +6,7 @@ rescue NoMethodError, Gem::LoadError, Bundler::GemfileNotFound
# for ruby tests
end
-require 'test-unit'
+require 'test/unit'
require 'fileutils'
require 'pp'