aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/mime/respond_with_test.rb
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-05-04 13:57:10 +0200
committerYves Senn <yves.senn@gmail.com>2014-05-04 13:57:10 +0200
commit51c0b8a2ce18a3ffd8fb5402c76f5837d0976bb2 (patch)
treea842f0d21ce9ad1518b0e7c46d9d0d3738c13327 /actionpack/test/controller/mime/respond_with_test.rb
parent592412316d48d86cead4ac0839bc05c7aeabd0dc (diff)
parent1f8933077d1a1235dccba2f30fe5961607b89835 (diff)
downloadrails-51c0b8a2ce18a3ffd8fb5402c76f5837d0976bb2.tar.gz
rails-51c0b8a2ce18a3ffd8fb5402c76f5837d0976bb2.tar.bz2
rails-51c0b8a2ce18a3ffd8fb5402c76f5837d0976bb2.zip
Merge pull request #14966 from tgxworld/remove_unnecessary_setting_of_controller_name
Remove tests method for test cases when controller can be inferred.
Diffstat (limited to 'actionpack/test/controller/mime/respond_with_test.rb')
-rw-r--r--actionpack/test/controller/mime/respond_with_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/test/controller/mime/respond_with_test.rb b/actionpack/test/controller/mime/respond_with_test.rb
index a70592fa1b..416b3b81a5 100644
--- a/actionpack/test/controller/mime/respond_with_test.rb
+++ b/actionpack/test/controller/mime/respond_with_test.rb
@@ -138,8 +138,6 @@ class EmptyRespondWithController < ActionController::Base
end
class RespondWithControllerTest < ActionController::TestCase
- tests RespondWithController
-
def setup
super
@request.host = "www.example.com"