mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/reline] Rename test suite name of yamatanooroti test
https://github.com/ruby/reline/commit/b0f32f5de4
This commit is contained in:
parent
9339a7d9d4
commit
467b665a8b
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
require 'reline'
|
||||
|
||||
begin
|
||||
require 'yamatanooroti'
|
||||
|
||||
class Yamatanooroti::TestMultiplatform < Yamatanooroti::TestCase
|
||||
class Reline::TestRendering < Yamatanooroti::TestCase
|
||||
def setup
|
||||
inputrc_backup = ENV['INPUTRC']
|
||||
ENV['INPUTRC'] = 'nonexistent_file'
|
||||
|
|
Loading…
Reference in a new issue