]> git.openstreetmap.org Git - rails.git/blobdiff - test/integration/cors_test.rb
user menu fix
[rails.git] / test / integration / cors_test.rb
index b1323c8194849bcc40ba2ed491acc290a23223ee..fa4821b7a8eeb8bdc5516029923b20272b0eaccb 100644 (file)
@@ -1,6 +1,6 @@
 require File.dirname(__FILE__) + '/../test_helper'
 
-class CORSTest < ActionController::IntegrationTest
+class CORSTest < ActionDispatch::IntegrationTest
   # Rails 4 adds a built-in `options` method. When we upgrade, we can remove
   # this definition.
   unless instance_methods.include?(:options)