Added empty class for test methods in TestIRB cases
This commit is contained in:
parent
aecb7f6efc
commit
36dc99af5a
@ -1,5 +1,9 @@
|
||||
require "test/unit"
|
||||
|
||||
module IRB
|
||||
class InputMethod; end
|
||||
end
|
||||
|
||||
module TestIRB
|
||||
class TestCase < Test::Unit::TestCase
|
||||
class TestInputMethod < ::IRB::InputMethod
|
||||
|
Loading…
x
Reference in New Issue
Block a user