From a8330c2006e90a6da8f621fdaf1156fa63b4049a Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Wed, 21 Apr 2010 21:30:23 -0300 Subject: params already has a setted controller and action here Signed-off-by: Jeremy Kemper --- actionpack/test/template/url_helper_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/test/template') diff --git a/actionpack/test/template/url_helper_test.rb b/actionpack/test/template/url_helper_test.rb index 314ed91fdd..5120870f50 100644 --- a/actionpack/test/template/url_helper_test.rb +++ b/actionpack/test/template/url_helper_test.rb @@ -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 -- cgit v1.2.3