[openstreetmap/openstreetmap-website] Use Webmock to intercept http requests in tests (#1350)
Andy Allan
notifications at github.com
Tue Nov 1 11:11:01 UTC 2016
gravitystorm commented on this pull request.
> @@ -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")
Sure, I can do that.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/1350
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20161101/6a544454/attachment-0001.html>
More information about the rails-dev
mailing list