From d5d241cb2c696f13e2c16efca0d24565a6e1c0a5 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Sat, 10 Mar 2012 19:27:03 -0200 Subject: @controller already includes url_helpers in with_routing method --- actionpack/test/controller/base_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/test/controller/base_test.rb b/actionpack/test/controller/base_test.rb index 7d0609751f..03d9873fc7 100644 --- a/actionpack/test/controller/base_test.rb +++ b/actionpack/test/controller/base_test.rb @@ -195,7 +195,6 @@ class UrlOptionsTest < ActionController::TestCase match "account/overview" end - @controller.class.send(:include, set.url_helpers) assert !@controller.class.action_methods.include?("account_overview_path") end end -- cgit v1.2.3