Added empty class for test methods in TestIRB cases

This commit is contained in:
Hiroshi SHIBATA 2022-11-15 20:19:43 +09:00
parent aecb7f6efc
commit 36dc99af5a
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

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