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:
parent
26b913c88b
commit
7cf7e6c332
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue