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:
parent
7d75e94ea9
commit
4325f08086
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
# frozen_string_literal: false
|
||||
require 'test/unit'
|
||||
require "test/unit"
|
||||
require "irb"
|
||||
|
||||
module TestIRB
|
||||
class TestCompletion < Test::Unit::TestCase
|
||||
|
|
Loading…
Reference in a new issue