aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/routing/helper_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/routing/helper_test.rb')
-rw-r--r--actionpack/test/routing/helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/routing/helper_test.rb b/actionpack/test/routing/helper_test.rb
index a5588d95fa..0028aaa629 100644
--- a/actionpack/test/routing/helper_test.rb
+++ b/actionpack/test/routing/helper_test.rb
@@ -22,7 +22,7 @@ module ActionDispatch
x = Class.new {
include rs.url_helpers
}
- assert_raises ActionController::RoutingError do
+ assert_raises ActionController::UrlGenerationError do
x.new.pond_duck_path Duck.new
end
end