class Gem::SpecificationRecord

def find_by_path(path)

def find_by_path(path)
  path = path.dup.freeze
  spec = @spec_with_requirable_file[path] ||= stubs.find do |s|
    s.contains_requirable_file? path
  end || NOT_FOUND
  spec.to_spec
end