summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/irb/helper.rb (renamed from test/irb/test_helper.rb)0
-rw-r--r--test/irb/test_cmd.rb2
-rw-r--r--test/irb/test_input_method.rb2
3 files changed, 2 insertions, 2 deletions
diff --git a/test/irb/test_helper.rb b/test/irb/helper.rb
index 19c39a4a59..19c39a4a59 100644
--- a/test/irb/test_helper.rb
+++ b/test/irb/helper.rb
diff --git a/test/irb/test_cmd.rb b/test/irb/test_cmd.rb
index 6ff2afc3e3..69830c061b 100644
--- a/test/irb/test_cmd.rb
+++ b/test/irb/test_cmd.rb
@@ -3,7 +3,7 @@ require "test/unit"
require "irb"
require "irb/extend-command"
-require_relative "test_helper"
+require_relative "helper"
module TestIRB
class ExtendCommand < Test::Unit::TestCase
diff --git a/test/irb/test_input_method.rb b/test/irb/test_input_method.rb
index 3618fa46f1..90d6bf5364 100644
--- a/test/irb/test_input_method.rb
+++ b/test/irb/test_input_method.rb
@@ -3,7 +3,7 @@
require "test/unit"
require "irb"
-require_relative "test_helper"
+require_relative "helper"
module TestIRB
class TestRelineInputMethod < Test::Unit::TestCase