]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/site_controller_test.rb
Stub out requests to hostip.info during tests
[rails.git] / test / controllers / site_controller_test.rb
index 70eacb3aa9bbb6868b57e8528658fa7201e97874..71ccc4e515fb7fdd9b77be24a8cd39755d7ae978 100644 (file)
@@ -8,6 +8,8 @@ class SiteControllerTest < ActionController::TestCase
   def setup
     Object.const_set("ID_KEY", client_applications(:oauth_web_app).key)
     Object.const_set("POTLATCH2_KEY", client_applications(:oauth_web_app).key)
+
+    stub_request(:get, "http://api.hostip.info/country.php?ip=0.0.0.0")
   end
 
   ##