aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/base_test.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-03-10 19:27:03 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-03-10 19:27:03 -0200
commitd5d241cb2c696f13e2c16efca0d24565a6e1c0a5 (patch)
treeaf8f77837d2300f18dab99e2509f08fe7bf67b44 /actionpack/test/controller/base_test.rb
parent687db9f86d23c21decddc4ec981f36e1c5fc8447 (diff)
downloadrails-d5d241cb2c696f13e2c16efca0d24565a6e1c0a5.tar.gz
rails-d5d241cb2c696f13e2c16efca0d24565a6e1c0a5.tar.bz2
rails-d5d241cb2c696f13e2c16efca0d24565a6e1c0a5.zip
@controller already includes url_helpers in with_routing method
Diffstat (limited to 'actionpack/test/controller/base_test.rb')
-rw-r--r--actionpack/test/controller/base_test.rb1
1 files changed, 0 insertions, 1 deletions
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