diff options
author | Thiago Pradi <tchandy@gmail.com> | 2010-08-29 23:18:18 -0300 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2010-09-02 11:50:51 +0200 |
commit | 08187efa5ba062f0c1ba66b62ae42399fb8defaf (patch) | |
tree | 4fd2afed7b06a7131ca2887c6accddcd13a489e6 | |
parent | 3f49456f5b79d9701d8caeaa653477337f8771de (diff) | |
download | rails-08187efa5ba062f0c1ba66b62ae42399fb8defaf.tar.gz rails-08187efa5ba062f0c1ba66b62ae42399fb8defaf.tar.bz2 rails-08187efa5ba062f0c1ba66b62ae42399fb8defaf.zip |
Removing unnecessary code
Signed-off-by: José Valim <jose.valim@gmail.com>
-rw-r--r-- | 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 19effbc82f..b76813c554 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 |