From 4325f080862b36a3e3ddee472169f65758612ad3 Mon Sep 17 00:00:00 2001 From: aycabta Date: Thu, 28 Nov 2019 15:32:21 +0900 Subject: Add require "irb" to test/irb/test_completion.rb --- test/irb/test_completion.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/irb/test_completion.rb b/test/irb/test_completion.rb index 7cfcbba7fe..52bbc7b2cc 100644 --- a/test/irb/test_completion.rb +++ b/test/irb/test_completion.rb @@ -1,5 +1,6 @@ # frozen_string_literal: false -require 'test/unit' +require "test/unit" +require "irb" module TestIRB class TestCompletion < Test::Unit::TestCase -- cgit v1.2.3