[ruby/irb] Add missing require

This commit is contained in:
Stan Lo 2022-10-27 16:30:42 +01:00 committed by git
parent 26b913c88b
commit 7cf7e6c332
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ require "test/unit"
require "pathname"
require "irb"
require_relative "helper"
module TestIRB
class TestCompletion < Test::Unit::TestCase
def setup