summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2020-08-11 23:54:23 +0900
committeraycabta <aycabta@gmail.com>2020-08-18 14:38:01 +0900
commita388e2554c9461e15adfd8bc2efa7da5716080f8 (patch)
tree45f68decccaf28bd1f56783bcce5e02abed8fd43
parent126e1fc2961150a7026b9911a1ed82dbf9557af7 (diff)
[ruby/irb] Add require 'irb' to test separately
https://github.com/ruby/irb/commit/9e4423b6e1
-rw-r--r--test/irb/test_history.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/irb/test_history.rb b/test/irb/test_history.rb
index bd03217fc0..23242fa26f 100644
--- a/test/irb/test_history.rb
+++ b/test/irb/test_history.rb
@@ -1,5 +1,6 @@
# frozen_string_literal: false
require 'test/unit'
+require 'irb'
module TestIRB
class TestHistory < Test::Unit::TestCase