1
0
Fork 0
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:
aycabta 2020-03-21 18:40:15 +09:00
parent 9339a7d9d4
commit 467b665a8b

View file

@ -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'