]> git.openstreetmap.org Git - rails.git/blobdiff - test/integration/oauth_test.rb
Extract the hostip.info stubbing into a common method.
[rails.git] / test / integration / oauth_test.rb
index 00a9ae06d50a0e40b6722966f36206a44fb7092c..e3ca535206749b860cb7e1d4890aef9580b5629d 100644 (file)
@@ -6,6 +6,10 @@ class OAuthTest < ActionDispatch::IntegrationTest
 
   include OAuth::Helper
 
+  setup do
+    stub_signup_requests
+  end
+
   def test_oauth10_web_app
     client = client_applications(:oauth_web_app)