fix broken respond_to test

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3934 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck
2006-03-18 17:15:22 +00:00
parent aced2863f0
commit b2122159b1
4 changed files with 4 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ class RespondToController < ActionController::Base
end
def rescue_action(e)
raise unless ActionController::MissingTemplate === e
raise
end
end

View File

@@ -0,0 +1 @@
Hello world!

View File

@@ -0,0 +1 @@
page[:body].visual_effect :highlight

View File

@@ -0,0 +1 @@
xml.p "Hello world!"