aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/layout_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller/layout_test.rb')
-rw-r--r--actionpack/test/controller/layout_test.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/actionpack/test/controller/layout_test.rb b/actionpack/test/controller/layout_test.rb
index cb9bdf57bb..c3d7b0778d 100644
--- a/actionpack/test/controller/layout_test.rb
+++ b/actionpack/test/controller/layout_test.rb
@@ -38,15 +38,6 @@ end
class MultipleExtensions < LayoutTest
end
-if defined?(ActionController::Http)
- LayoutTest._write_layout_method
- ProductController._write_layout_method
- ItemController._write_layout_method
- ThirdPartyTemplateLibraryController._write_layout_method
- MultipleExtensions._write_layout_method
- ControllerNameSpace::NestedController._write_layout_method
-end
-
class LayoutAutoDiscoveryTest < ActionController::TestCase
def setup
super