diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-10-28 18:52:23 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2021-08-31 19:06:14 +0900 |
commit | b6c082fd0951d22bc63582283d19f7c970829628 (patch) | |
tree | 064d786ba3714572f7f835d8ba5518c4b6926314 /test/rubygems/test_gem.rb | |
parent | d9ecc97f33a7b94a6dfb6264663e77d0fa2c13b3 (diff) | |
download | ruby-b6c082fd0951d22bc63582283d19f7c970829628.tar.gz |
[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
Diffstat (limited to 'test/rubygems/test_gem.rb')
-rw-r--r-- | test/rubygems/test_gem.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/rubygems/test_gem.rb b/test/rubygems/test_gem.rb index 608c6bacd2..6ab553737e 100644 --- a/test/rubygems/test_gem.rb +++ b/test/rubygems/test_gem.rb @@ -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 |