fails:Net::HTTP.new when passed address returns a Net::HTTP instance
fails:Net::HTTP.new when passed address sets the new Net::HTTP instance's address to the passed address
fails:Net::HTTP.new when passed address sets the new Net::HTTP instance's port to the default HTTP port
fails:Net::HTTP.new when passed address does not start the new Net::HTTP instance
fails:Net::HTTP.new when passed address, port returns a Net::HTTP instance
fails:Net::HTTP.new when passed address, port sets the new Net::HTTP instance's address to the passed address
fails:Net::HTTP.new when passed address, port sets the new Net::HTTP instance's port to the passed port
fails:Net::HTTP.new when passed address, port does not start the new Net::HTTP instance
fails:Net::HTTP.new when passed address, port, *proxy_options returns a Net::HTTP instance
fails:Net::HTTP.new when passed address, port, *proxy_options correctly sets the passed Proxy options
