From 7cf7e6c33226093c9c4e3078f7ced3b9b9c99b05 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Thu, 27 Oct 2022 16:30:42 +0100 Subject: [PATCH] [ruby/irb] Add missing require --- test/irb/test_completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/irb/test_completion.rb b/test/irb/test_completion.rb index e2af6029bc..e9b422fe7a 100644 --- a/test/irb/test_completion.rb +++ b/test/irb/test_completion.rb @@ -3,6 +3,8 @@ require "test/unit" require "pathname" require "irb" +require_relative "helper" + module TestIRB class TestCompletion < Test::Unit::TestCase def setup