]> git.openstreetmap.org Git - rails.git/blobdiff - test/integration/cors_test.rb
Probit control characters in user names
[rails.git] / test / integration / cors_test.rb
index b1323c8194849bcc40ba2ed491acc290a23223ee..f3581f6a21b0b258fabb127ef65072b50f5e728a 100644 (file)
@@ -1,6 +1,6 @@
-require File.dirname(__FILE__) + '/../test_helper'
+require '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)