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