1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[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

View file

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