aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/components_test.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-23 12:52:38 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-23 12:52:38 +0000
commitcd689cf22bd0b599ee992c1202a9b3f1d73f2c66 (patch)
tree0832f18e8c46baae49099902abc8d8b85efa5f77 /actionpack/test/controller/components_test.rb
parentd768ff1146b4784a59a38ff7cf979b7382ea57db (diff)
downloadrails-cd689cf22bd0b599ee992c1202a9b3f1d73f2c66.tar.gz
rails-cd689cf22bd0b599ee992c1202a9b3f1d73f2c66.tar.bz2
rails-cd689cf22bd0b599ee992c1202a9b3f1d73f2c66.zip
Fixed some tests
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@757 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/controller/components_test.rb')
-rw-r--r--actionpack/test/controller/components_test.rb2
1 files changed, 1 insertions, 1 deletions
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