From cd689cf22bd0b599ee992c1202a9b3f1d73f2c66 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 23 Feb 2005 12:52:38 +0000 Subject: Fixed some tests git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@757 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/controller/components_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/controller/components_test.rb') diff --git a/actionpack/test/controller/components_test.rb b/actionpack/test/controller/components_test.rb index 7ad3108dd7..bf6f246702 100644 --- a/actionpack/test/controller/components_test.rb +++ b/actionpack/test/controller/components_test.rb @@ -40,7 +40,7 @@ class CalleeController < ActionController::Base 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 -- cgit v1.2.3