Fixed some tests

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@757 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2005-02-23 12:52:38 +00:00
parent d768ff1146
commit cd689cf22b
2 changed files with 3 additions and 3 deletions

@ -19,7 +19,7 @@ class ContainedNonEmptyController < ActionController::Base
def public_action
end
hide_actions :hidden_action
hide_action :hidden_action
def hidden_action
end
@ -38,7 +38,7 @@ class NonEmptyController < ActionController::Base
def public_action
end
hide_actions :hidden_action
hide_action :hidden_action
def hidden_action
end
end

@ -40,7 +40,7 @@ def blowing_up
def rescue_action(e) raise end
end
class RenderTest < Test::Unit::TestCase
class ComponentsTest < Test::Unit::TestCase
def setup
@controller = CallerController.new
@request = ActionController::TestRequest.new