summaryrefslogtreecommitdiffstats
path: root/test/integration/routing/watchers_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/routing/watchers_test.rb')
-rw-r--r--test/integration/routing/watchers_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/routing/watchers_test.rb b/test/integration/routing/watchers_test.rb
index 2715d7708..be35d5667 100644
--- a/test/integration/routing/watchers_test.rb
+++ b/test/integration/routing/watchers_test.rb
@@ -17,7 +17,7 @@
require File.expand_path('../../../test_helper', __FILE__)
-class RoutingWatchersTest < ActionController::IntegrationTest
+class RoutingWatchersTest < ActionDispatch::IntegrationTest
def test_watchers
assert_routing(
{ :method => 'get', :path => "/watchers/new" },