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