summaryrefslogtreecommitdiff
path: root/test/rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-11 12:35:54 +0900
committeraycabta <aycabta@gmail.com>2019-08-16 06:07:11 +0900
commit92186556602c10ce38197757402b2e06a8fc1f06 (patch)
tree626f98e536ccd60e477451b5732a14c1e3fc0eff /test/rdoc
parent8a18a639b7497dd9f1929a38fc8449e8037e26c6 (diff)
Removed needless alias for capture_io.
Diffstat (limited to 'test/rdoc')
-rw-r--r--test/rdoc/helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/rdoc/helper.rb b/test/rdoc/helper.rb
index f22e4162ee..743c6d8fed 100644
--- a/test/rdoc/helper.rb
+++ b/test/rdoc/helper.rb
@@ -203,6 +203,5 @@ class RDoc::TestCase < Test::Unit::TestCase
end
end
- alias capture_io capture_output
alias skip omit
end