summaryrefslogtreecommitdiff
path: root/test/irb/test_history.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/irb/test_history.rb')
-rw-r--r--test/irb/test_history.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/irb/test_history.rb b/test/irb/test_history.rb
index fab3807447..b0a07ca29d 100644
--- a/test/irb/test_history.rb
+++ b/test/irb/test_history.rb
@@ -1,11 +1,12 @@
# frozen_string_literal: false
-require 'test/unit'
require 'irb'
require 'irb/ext/save-history'
require 'readline'
+require_relative "helper"
+
module TestIRB
- class TestHistory < Test::Unit::TestCase
+ class TestHistory < TestCase
def setup
IRB.conf[:RC_NAME_GENERATOR] = nil
end