X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4a2ecfe8b31f111de9387f320dcadb60c4790be9..3c1371adaf8cd9f2f67fd5e2be3b66c3fa42b56a:/test/integration/cors_test.rb?ds=sidebyside diff --git a/test/integration/cors_test.rb b/test/integration/cors_test.rb index b1323c819..fa4821b7a 100644 --- a/test/integration/cors_test.rb +++ b/test/integration/cors_test.rb @@ -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)