# File lib/rubygems/specification.rb, line 449
  def self.find_in_unresolved path
    # TODO: do we need these?? Kill it
    specs = Gem.unresolved_deps.values.map { |dep| dep.to_specs }.flatten

    specs.find_all { |spec| spec.contains_requirable_file? path }
  end