summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2020-03-21 18:40:15 +0900
committeraycabta <aycabta@gmail.com>2020-03-26 17:41:21 +0900
commit467b665a8be2f823256b28661e7819f7e8337709 (patch)
tree5d64049c7150a08328aa78c253ddb3679035477f /test
parent9339a7d9d48fe5f7ed86b51a7a96e931742f8091 (diff)
[ruby/reline] Rename test suite name of yamatanooroti test
https://github.com/ruby/reline/commit/b0f32f5de4
Diffstat (limited to 'test')
-rw-r--r--test/reline/yamatanooroti/test_rendering.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/reline/yamatanooroti/test_rendering.rb b/test/reline/yamatanooroti/test_rendering.rb
index 07121c5b13..c7e0ed4806 100644
--- a/test/reline/yamatanooroti/test_rendering.rb
+++ b/test/reline/yamatanooroti/test_rendering.rb
@@ -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'