aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/layout_test.rb
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-15 17:33:25 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-15 17:33:25 -0700
commit1fbfa3e705c37656c308436f21d42b09591ba60e (patch)
tree883b5fcc57cba0ea7fe7e217f0fe4fc8dfd3c165 /actionpack/test/controller/layout_test.rb
parent3c15cba17519e7a4acc3958662f8f3693837c179 (diff)
downloadrails-1fbfa3e705c37656c308436f21d42b09591ba60e.tar.gz
rails-1fbfa3e705c37656c308436f21d42b09591ba60e.tar.bz2
rails-1fbfa3e705c37656c308436f21d42b09591ba60e.zip
More _write_layout_method removal
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