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