зеркало из https://github.com/github/ruby.git
Added empty class for test methods in TestIRB cases
This commit is contained in:
Родитель
aecb7f6efc
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче