aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb/test_context.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/irb/test_context.rb')
-rw-r--r--test/irb/test_context.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/irb/test_context.rb b/test/irb/test_context.rb
index 998cdd8591..e7cc0bab4f 100644
--- a/test/irb/test_context.rb
+++ b/test/irb/test_context.rb
@@ -1,11 +1,12 @@
# frozen_string_literal: false
-require 'test/unit'
require 'tempfile'
require 'irb'
require 'rubygems' if defined?(Gem)
+require_relative "helper"
+
module TestIRB
- class TestContext < Test::Unit::TestCase
+ class TestContext < TestCase
class TestInputMethod < ::IRB::InputMethod
attr_reader :list, :line_no