aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/layout_test.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-03-18 21:17:14 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-03-18 21:17:14 +0000
commitcc6e8ae57a4a886d68cfa95829fcb7a65a273cab (patch)
tree8c08cf15e86164cc301472fbb86b214b10cba827 /actionpack/test/controller/layout_test.rb
parent3257a4b9b0081d0f86d630aeb107d8334730bb79 (diff)
downloadrails-cc6e8ae57a4a886d68cfa95829fcb7a65a273cab.tar.gz
rails-cc6e8ae57a4a886d68cfa95829fcb7a65a273cab.tar.bz2
rails-cc6e8ae57a4a886d68cfa95829fcb7a65a273cab.zip
Removed XML argument style for respond_to, so type.xml(object.to_xml) no longer works -- it wasnt worth the exception
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3944 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/controller/layout_test.rb')
-rw-r--r--actionpack/test/controller/layout_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/controller/layout_test.rb b/actionpack/test/controller/layout_test.rb
index cffd4d388e..c7db19ccc9 100644
--- a/actionpack/test/controller/layout_test.rb
+++ b/actionpack/test/controller/layout_test.rb
@@ -70,5 +70,4 @@ class LayoutAutoDiscoveryTest < Test::Unit::TestCase
assert_equal 'layouts/controller_name_space/nested', @controller.active_layout
assert_equal 'controller_name_space/nested.rhtml hello.rhtml', @response.body
end
-
end \ No newline at end of file