Merge upstream of Reline

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
aycabta 2019-04-21 07:37:34 +00:00
parent ea1835caf2
commit 9c51ef5bc4
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
require 'helper'
require_relative 'helper'
class Reline::Config::Test < Reline::TestCase
def setup

View File

@ -1,4 +1,4 @@
require 'helper'
require_relative 'helper'
require 'stringio'
class Reline::KeyActor::Emacs::Test < Reline::TestCase

View File

@ -1,4 +1,4 @@
require 'helper'
require_relative 'helper'
class Reline::KeyActor::ViInsert::Test < Reline::TestCase
def setup

View File

@ -1,4 +1,4 @@
require 'helper'
require_relative 'helper'
class Reline::KeyStroke::Test < Reline::TestCase
using Module.new {

View File

@ -1,4 +1,4 @@
require 'helper'
require_relative 'helper'
class Reline::KillRing::Test < Reline::TestCase
def setup