ruby-changes:60513
From: aycabta <ko1@a...>
Date: Thu, 26 Mar 2020 17:44:36 +0900 (JST)
Subject: [ruby-changes:60513] 467b665a8b (master): [ruby/reline] Rename test suite name of yamatanooroti test
https://git.ruby-lang.org/ruby.git/commit/?id=467b665a8b From 467b665a8be2f823256b28661e7819f7e8337709 Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Sat, 21 Mar 2020 18:40:15 +0900 Subject: [ruby/reline] Rename test suite name of yamatanooroti test https://github.com/ruby/reline/commit/b0f32f5de4 diff --git a/test/reline/yamatanooroti/test_rendering.rb b/test/reline/yamatanooroti/test_rendering.rb index 07121c5..c7e0ed4 100644 --- a/test/reline/yamatanooroti/test_rendering.rb +++ b/test/reline/yamatanooroti/test_rendering.rb @@ -1,7 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/test/reline/yamatanooroti/test_rendering.rb#L1 +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' -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/