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"
|
require "test/unit"
|
||||||
|
|
||||||
|
module IRB
|
||||||
|
class InputMethod; end
|
||||||
|
end
|
||||||
|
|
||||||
module TestIRB
|
module TestIRB
|
||||||
class TestCase < Test::Unit::TestCase
|
class TestCase < Test::Unit::TestCase
|
||||||
class TestInputMethod < ::IRB::InputMethod
|
class TestInputMethod < ::IRB::InputMethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user