summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-12-14 10:09:10 +0900
committergit <svn-admin@ruby-lang.org>2021-12-18 10:15:23 +0900
commitadf6c0928df521aeb19cd999939d5ce422ff1743 (patch)
tree75bd162c7505beacafb2091b60b85bfc556d93fa
parent8cc01b668aa1eb0a19e7880dd697d78b93246704 (diff)
[ruby/reline] Change a test method name to more appropriate
https://github.com/ruby/reline/commit/d014cc85b7
-rw-r--r--test/reline/yamatanooroti/test_rendering.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/reline/yamatanooroti/test_rendering.rb b/test/reline/yamatanooroti/test_rendering.rb
index 3410af762f..e369c977f4 100644
--- a/test/reline/yamatanooroti/test_rendering.rb
+++ b/test/reline/yamatanooroti/test_rendering.rb
@@ -1197,7 +1197,7 @@ begin
EOC
end
- def test_bottom
+ def test_scroll_at_bottom_for_dialog
start_terminal(10, 40, %W{ruby -I#{@pwd}/lib #{@pwd}/test/reline/yamatanooroti/multiline_repl --autocomplete}, startup_message: 'Multiline REPL.')
write("\n\n\n\n\n\n")
write("def hoge\n\n\n\n\n\n\nend\C-p\C-p\C-p\C-e")