# File lib/rubygems/commands/test_command.rb, line 171 def normalize_uri(uri) (uri =~ /^(https?|ftp|file):/) ? uri : "http://#{uri}" end