mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Use require_relative for tests of Reline
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7f273ac6d0
commit
ffaee7b301
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
require 'helper'
|
||||
require_relative 'helper'
|
||||
|
||||
class Reline::Config::Test < Reline::TestCase
|
||||
def setup
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require 'helper'
|
||||
require_relative 'helper'
|
||||
|
||||
class Reline::KeyActor::Emacs::Test < Reline::TestCase
|
||||
def setup
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require 'helper'
|
||||
require_relative 'helper'
|
||||
|
||||
class Reline::KeyActor::ViInsert::Test < Reline::TestCase
|
||||
def setup
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require 'helper'
|
||||
require_relative 'helper'
|
||||
|
||||
class Reline::KeyStroke::Test < Reline::TestCase
|
||||
using Module.new {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require 'helper'
|
||||
require_relative 'helper'
|
||||
|
||||
class Reline::KillRing::Test < Reline::TestCase
|
||||
def setup
|
||||
|
|
Loading…
Reference in a new issue