]> git.openstreetmap.org Git - rails.git/blobdiff - test/integration/oauth_test.rb
Convert more 'setup do' to 'def setup' for consistency
[rails.git] / test / integration / oauth_test.rb
index 00a9ae06d50a0e40b6722966f36206a44fb7092c..41c67863295b971f6fc9f6465715c06d5cdb2645 100644 (file)
@@ -6,6 +6,10 @@ class OAuthTest < ActionDispatch::IntegrationTest
 
   include OAuth::Helper
 
+  def setup
+    stub_signup_requests
+  end
+
   def test_oauth10_web_app
     client = client_applications(:oauth_web_app)