From a388e2554c9461e15adfd8bc2efa7da5716080f8 Mon Sep 17 00:00:00 2001 From: aycabta Date: Tue, 11 Aug 2020 23:54:23 +0900 Subject: [ruby/irb] Add require 'irb' to test separately https://github.com/ruby/irb/commit/9e4423b6e1 --- test/irb/test_history.rb | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3