X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/bd8d207ea42baa50f0a09daa31630c4e3014ac93..d8399d3e188f2786c7a90661b7c806eb1ee7612b:/test/integration/cors_test.rb 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)