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

Add require "irb" to test/irb/test_completion.rb

This commit is contained in:
aycabta 2019-11-28 15:32:21 +09:00
parent 7d75e94ea9
commit 4325f08086

View file

@ -1,5 +1,6 @@
# frozen_string_literal: false
require 'test/unit'
require "test/unit"
require "irb"
module TestIRB
class TestCompletion < Test::Unit::TestCase