Skip to content

Commit 4325f08

Browse files
committed
Add require "irb" to test/irb/test_completion.rb
1 parent 7d75e94 commit 4325f08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/irb/test_completion.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# frozen_string_literal: false
2-
require 'test/unit'
2+
require "test/unit"
3+
require "irb"
34

45
module TestIRB
56
class TestCompletion < Test::Unit::TestCase

0 commit comments

Comments
 (0)