Added empty class for test methods in TestIRB cases

This commit is contained in:
Hiroshi SHIBATA 2022-11-15 20:19:43 +09:00
Родитель aecb7f6efc
Коммит 36dc99af5a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,9 @@
require "test/unit"
module IRB
class InputMethod; end
end
module TestIRB
class TestCase < Test::Unit::TestCase
class TestInputMethod < ::IRB::InputMethod