summaryrefslogtreecommitdiff
path: root/test/reline
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2020-03-21 18:41:14 +0900
committeraycabta <aycabta@gmail.com>2020-03-26 17:41:21 +0900
commit8911b3d3e8073970ba0d3b605be8503ee7367e89 (patch)
tree4c7c96351e49ddb458d5190aea6fd213d7b35b14 /test/reline
parent467b665a8be2f823256b28661e7819f7e8337709 (diff)
[ruby/reline] Add a comment why rescue yamatanooroti loading error on the test
https://github.com/ruby/reline/commit/2a8061daec
Diffstat (limited to 'test/reline')
-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 c7e0ed4806..4eab6661d6 100644
--- a/test/reline/yamatanooroti/test_rendering.rb
+++ b/test/reline/yamatanooroti/test_rendering.rb
@@ -35,5 +35,7 @@ begin
EOC
end
end
-rescue LoadError, NameError # yamatanooroti gem not found
+rescue LoadError, NameError
+ # On Ruby repository, this test suit doesn't run because Ruby repo doesn't
+ # have the yamatanooroti gem.
end