diff options
author | Guo Xiang Tan <tgx_world@hotmail.com> | 2014-06-05 12:33:09 -0700 |
---|---|---|
committer | Guo Xiang Tan <tgx_world@hotmail.com> | 2014-06-05 18:34:39 -0700 |
commit | 5cc789930f323d2c1a5aa3506d64ab50123f862c (patch) | |
tree | 34bc8fefbde2e392728bfe56eddd4c5342044f44 /actionpack/test | |
parent | f81bd7c67daca8e9970fb23d7c78224e1f5fa937 (diff) | |
download | rails-5cc789930f323d2c1a5aa3506d64ab50123f862c.tar.gz rails-5cc789930f323d2c1a5aa3506d64ab50123f862c.tar.bz2 rails-5cc789930f323d2c1a5aa3506d64ab50123f862c.zip |
Remove redundant code.
Diffstat (limited to 'actionpack/test')
-rw-r--r-- | actionpack/test/controller/render_test.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/test/controller/render_test.rb b/actionpack/test/controller/render_test.rb index 409657d0b8..9926130c02 100644 --- a/actionpack/test/controller/render_test.rb +++ b/actionpack/test/controller/render_test.rb @@ -389,10 +389,6 @@ end class EtagRenderTest < ActionController::TestCase tests TestControllerWithExtraEtags - def setup - super - end - def test_multiple_etags @request.if_none_match = etag(["123", 'ab', :cde, [:f]]) get :fresh |