From 36dc99af5aa3932f3a85b1d8212e1d3625307a90 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 15 Nov 2022 20:19:43 +0900 Subject: [PATCH] Added empty class for test methods in TestIRB cases --- test/irb/helper.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/irb/helper.rb b/test/irb/helper.rb index a1dced0978..293315879a 100644 --- a/test/irb/helper.rb +++ b/test/irb/helper.rb @@ -1,5 +1,9 @@ require "test/unit" +module IRB + class InputMethod; end +end + module TestIRB class TestCase < Test::Unit::TestCase class TestInputMethod < ::IRB::InputMethod