mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
params already has a setted controller and action here
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
This commit is contained in:
parent
5c9c30ac65
commit
a8330c2006
1 changed files with 0 additions and 1 deletions
|
@ -422,7 +422,6 @@ class UrlHelperControllerTest < ActionController::TestCase
|
|||
end
|
||||
|
||||
def show_overriden_url_for
|
||||
params = { :controller => 'c', :action => 'a' }
|
||||
render :inline => "<%= url_for params.merge(:controller => 'url_helper_controller_test/url_helper', :action => 'show_url_for') %>"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue