Skip to content

Commit 453e4da

Browse files
committed
Added empty class for test methods in TestIRB cases
1 parent 478f19f commit 453e4da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/irb/helper.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
require "test/unit"
22

3+
module IRB
4+
class InputMethod; end
5+
end
6+
37
module TestIRB
48
class TestCase < Test::Unit::TestCase
59
class TestInputMethod < ::IRB::InputMethod

0 commit comments

Comments
 (0)