aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-03-08 21:40:04 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2010-03-08 21:40:45 -0800
commitc507e16dba844c7b066d145bfd5c5d23e7a9c5ad (patch)
tree7a0792357c11994ba1dddf4d4cd187198786bd39 /actionpack/test/template
parent514d3a47f4a6a7a46054b45cb6b78ba37d62618e (diff)
downloadrails-c507e16dba844c7b066d145bfd5c5d23e7a9c5ad.tar.gz
rails-c507e16dba844c7b066d145bfd5c5d23e7a9c5ad.tar.bz2
rails-c507e16dba844c7b066d145bfd5c5d23e7a9c5ad.zip
Reinstate default_url_options and remove url_options= writer
Diffstat (limited to 'actionpack/test/template')
-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 533a07b6f4..38ab5521fe 100644
--- a/actionpack/test/template/url_helper_test.rb
+++ b/actionpack/test/template/url_helper_test.rb
@@ -437,7 +437,7 @@ class UrlHelperControllerTest < ActionController::TestCase
end
with_url_helper_routing do
- assert_deprecated { get :show_named_route, :kind => 'url' }
+ get :show_named_route, :kind => 'url'
assert_equal 'http://testtwo.host/url_helper_controller_test/url_helper/show_named_route', @response.body
end
end