From f60e5a1f99088849fdc8ddfa84d594179c197a54 Mon Sep 17 00:00:00 2001 From: manga_osyo Date: Mon, 15 Jul 2019 01:32:17 +0900 Subject: Remove test_mode in `lib/reline`. --- test/reline/helper.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test/reline') diff --git a/test/reline/helper.rb b/test/reline/helper.rb index 714142c054..3cec45b94d 100644 --- a/test/reline/helper.rb +++ b/test/reline/helper.rb @@ -1,7 +1,19 @@ $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) require 'reline' +require 'reline2' require 'test/unit' +module Reline + class <