Method: Net::HTTPExt::Etest#test_w_google_timeout

Defined in:
lib/vex/base/net/http_ext.rb

#test_w_google_timeoutObject



207
208
209
210
211
212
# File 'lib/vex/base/net/http_ext.rb', line 207

def test_w_google_timeout
  return unless Socket.online?

  google = Net.get("http://www.google.de", :timeout => 0.01)
  assert_equal(nil, google)
end