Skip to content

Commit

Permalink
[rubygems/rubygems] Remove misleading comment
Browse files Browse the repository at this point in the history
When I read, I thought the assertion was incorrect. It's doing the right
thing, though.

rubygems/rubygems@e72c27367a
  • Loading branch information
deivid-rodriguez authored and hsbt committed Aug 31, 2021
1 parent d9ecc97 commit b6c082f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/rubygems/test_gem.rb
Expand Up @@ -540,7 +540,6 @@ def test_self_bin_path_bin_file_gone_in_latest
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

Expand Down

0 comments on commit b6c082f

Please sign in to comment.