Skip to content

Commit

Permalink
fix broken respond_to test
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3934 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jamis committed Mar 18, 2006
1 parent aced286 commit b212215
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/controller/mime_responds_test.rb
Expand Up @@ -76,7 +76,7 @@ def handle_any
end

def rescue_action(e)
raise unless ActionController::MissingTemplate === e
raise
end
end

Expand Down
@@ -0,0 +1 @@
Hello world!
@@ -0,0 +1 @@
page[:body].visual_effect :highlight
@@ -0,0 +1 @@
xml.p "Hello world!"

0 comments on commit b212215

Please sign in to comment.