aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/mime_responds_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller/mime_responds_test.rb')
-rw-r--r--actionpack/test/controller/mime_responds_test.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/actionpack/test/controller/mime_responds_test.rb b/actionpack/test/controller/mime_responds_test.rb
index 56b49251c6..0c6822a5b1 100644
--- a/actionpack/test/controller/mime_responds_test.rb
+++ b/actionpack/test/controller/mime_responds_test.rb
@@ -512,11 +512,6 @@ class SuperPostController < PostController
end
end
-if defined?(ActionController::Http)
- PostController._write_layout_method
- SuperPostController._write_layout_method
-end
-
class MimeControllerLayoutsTest < ActionController::TestCase
tests PostController