From 2024ee09efd609203a7c16316e7e8d095f15022a Mon Sep 17 00:00:00 2001 From: Thiago Pradi Date: Sun, 29 Aug 2010 23:18:18 -0300 Subject: [PATCH] Removing unnecessary code --- actionpack/test/template/url_helper_test.rb | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/actionpack/test/template/url_helper_test.rb b/actionpack/test/template/url_helper_test.rb index 19effbc..b76813c 100644 --- a/actionpack/test/template/url_helper_test.rb +++ b/actionpack/test/template/url_helper_test.rb @@ -24,13 +24,6 @@ class UrlHelperTest < ActiveSupport::TestCase include ActionView::Context include RenderERBUtils - # self.default_url_options = {:host => "www.example.com"} - - # TODO: This shouldn't be needed (see template.rb:53) - def assigns - {} - end - def hash_for(opts = []) ActiveSupport::OrderedHash[*([:controller, "foo", :action, "bar"].concat(opts))] end -- 1.6.6.1