summaryrefslogtreecommitdiffstats
path: root/test/integration/routing/sys_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/routing/sys_test.rb')
-rw-r--r--test/integration/routing/sys_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/routing/sys_test.rb b/test/integration/routing/sys_test.rb
index 6b9afe63b..65a325367 100644
--- a/test/integration/routing/sys_test.rb
+++ b/test/integration/routing/sys_test.rb
@@ -17,7 +17,7 @@
require File.expand_path('../../../test_helper', __FILE__)
-class RoutingSysTest < ActionController::IntegrationTest
+class RoutingSysTest < ActionDispatch::IntegrationTest
def test_sys
assert_routing(
{ :method => 'get', :path => "/sys/projects" },