]> git.openstreetmap.org Git - rails.git/blobdiff - test/integration/oauth_test.rb
IntegrationTest is now in ActionDispatch not ActionController
[rails.git] / test / integration / oauth_test.rb
index 2bda77379b46bac15368472528204eb6823eaa4f..11b874e6bed14535fe08d1f30b130e0f5d2075d2 100644 (file)
@@ -1,6 +1,6 @@
 require File.dirname(__FILE__) + '/../test_helper'
 
-class OAuthTest < ActionController::IntegrationTest
+class OAuthTest < ActionDispatch::IntegrationTest
   fixtures :users, :client_applications, :gpx_files
 
   include OAuth::Helper