aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/url_helper_test.rb
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-02-26 15:34:12 -0800
committerCarlhuda <carlhuda@engineyard.com>2010-02-26 15:34:12 -0800
commit47fe14bfcc553acfd4c44434636529f25054a751 (patch)
treee7235a4cf7bf5cabf7ee286c143048f4fa15c0d5 /actionpack/test/template/url_helper_test.rb
parentbae691f61ab8cf4a59adaee6406855e11d009c74 (diff)
downloadrails-47fe14bfcc553acfd4c44434636529f25054a751.tar.gz
rails-47fe14bfcc553acfd4c44434636529f25054a751.tar.bz2
rails-47fe14bfcc553acfd4c44434636529f25054a751.zip
Silence test deprecation warnings
Diffstat (limited to 'actionpack/test/template/url_helper_test.rb')
-rw-r--r--actionpack/test/template/url_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/template/url_helper_test.rb b/actionpack/test/template/url_helper_test.rb
index c917ca9d2b..b047466aaf 100644
--- a/actionpack/test/template/url_helper_test.rb
+++ b/actionpack/test/template/url_helper_test.rb
@@ -426,7 +426,7 @@ class UrlHelperControllerTest < ActionController::TestCase
end
with_url_helper_routing do
- get :show_named_route, :kind => 'url'
+ assert_deprecated { get :show_named_route, :kind => 'url' }
assert_equal 'http://testtwo.host/url_helper_controller_test/url_helper/show_named_route', @response.body
end
end