summaryrefslogtreecommitdiffstats
path: root/test/integration/routing/custom_fields_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/routing/custom_fields_test.rb')
-rw-r--r--test/integration/routing/custom_fields_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/routing/custom_fields_test.rb b/test/integration/routing/custom_fields_test.rb
index c1901d826..6649ecf01 100644
--- a/test/integration/routing/custom_fields_test.rb
+++ b/test/integration/routing/custom_fields_test.rb
@@ -17,7 +17,7 @@
require File.expand_path('../../../test_helper', __FILE__)
-class RoutingCustomFieldsTest < ActionController::IntegrationTest
+class RoutingCustomFieldsTest < ActionDispatch::IntegrationTest
def test_custom_fields
assert_routing(
{ :method => 'get', :path => "/custom_fields" },