summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-10-28 18:52:23 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-31 19:06:14 +0900
commitb6c082fd0951d22bc63582283d19f7c970829628 (patch)
tree064d786ba3714572f7f835d8ba5518c4b6926314
parentd9ecc97f33a7b94a6dfb6264663e77d0fa2c13b3 (diff)
[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
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4789
-rw-r--r--test/rubygems/test_gem.rb1
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