From 5cc789930f323d2c1a5aa3506d64ab50123f862c Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Thu, 5 Jun 2014 12:33:09 -0700 Subject: Remove redundant code. --- actionpack/test/controller/render_test.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'actionpack') 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 -- cgit v1.2.3