aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-21 02:33:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-21 02:33:14 +0000
commit65f1b8118357f48064626702b19561eeb5d9b9c7 (patch)
treeb4569faf7a405f450b037df00663fbff9fdc00c6 /test/reline
parenteeee4f404b9e2dd9cac84de2b30f7bf1ba608c53 (diff)
downloadruby-65f1b8118357f48064626702b19561eeb5d9b9c7.tar.gz
Fix test library name
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/reline')
-rw-r--r--test/reline/helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/reline/helper.rb b/test/reline/helper.rb
index 610fe3c08a..2d0c07192f 100644
--- a/test/reline/helper.rb
+++ b/test/reline/helper.rb
@@ -1,6 +1,6 @@
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'reline'
-require 'test-unit'
+require 'test/unit'
RELINE_TEST_ENCODING = Encoding.find(ENV['RELINE_TEST_ENCODING']) if ENV['RELINE_TEST_ENCODING']