1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Remove misleading comment

When I read, I thought the assertion was incorrect. It's doing the right
thing, though.

https://github.com/rubygems/rubygems/commit/e72c27367a
This commit is contained in:
David Rodríguez 2019-10-28 18:52:23 +01:00 committed by Hiroshi SHIBATA
parent d9ecc97f33
commit b6c082fd09
Notes: git 2021-08-31 19:07:16 +09:00

View file

@ -540,7 +540,6 @@ class TestGem < Gem::TestCase
s.executables = []
end
install_specs spec
# Should not find a-10's non-abin (bug)
assert_equal @abin_path, Gem.bin_path('a', 'abin')
end