X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4d73706ff349e043ca62612e977ae600e8cae4ad..7cc1cc618d1512314a5942188db58f03113fe56e:/test/controllers/user_controller_test.rb?ds=sidebyside diff --git a/test/controllers/user_controller_test.rb b/test/controllers/user_controller_test.rb index eb57e2689..1b9ada83b 100644 --- a/test/controllers/user_controller_test.rb +++ b/test/controllers/user_controller_test.rb @@ -4,7 +4,7 @@ class UserControllerTest < ActionController::TestCase api_fixtures setup do - stub_request(:get, "http://api.hostip.info/country.php?ip=0.0.0.0") + stub_signup_requests end ##