mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/reline] Add a comment why rescue yamatanooroti loading error on the test
https://github.com/ruby/reline/commit/2a8061daec
This commit is contained in:
parent
467b665a8b
commit
8911b3d3e8
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue