Skip to content

Commit

Permalink
Remove bad TODO
Browse files Browse the repository at this point in the history
The commented out code causes failing tests because it's not correct.
  • Loading branch information
deivid-rodriguez committed Aug 4, 2021
1 parent c7c00c2 commit 38f0eca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/rubygems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,6 @@ def self.finish_resolve(request_set=Gem::RequestSet.new)
# you to specify specific gem versions.

def self.bin_path(name, exec_name = nil, *requirements)
# TODO: fails test_self_bin_path_bin_file_gone_in_latest
# Gem::Specification.find_by_name(name, *requirements).bin_file exec_name

requirements = Gem::Requirement.default if
requirements.empty?

Expand Down

0 comments on commit 38f0eca

Please sign in to comment.