aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/rails_info_controller_test.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-11-15 12:26:37 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2008-11-15 12:26:37 -0800
commit0cd9b149e2e8af10f835718018cf009ebc4f9fda (patch)
tree554a2bd23415a02d45d868ba178644cfd96d5792 /railties/test/rails_info_controller_test.rb
parenteeea1a26ec7bd5e11caa4630ff7820c1c7f762e3 (diff)
downloadrails-0cd9b149e2e8af10f835718018cf009ebc4f9fda.tar.gz
rails-0cd9b149e2e8af10f835718018cf009ebc4f9fda.tar.bz2
rails-0cd9b149e2e8af10f835718018cf009ebc4f9fda.zip
Appropriate test case subclasses to get assert_tag and assert_deprecated
Diffstat (limited to 'railties/test/rails_info_controller_test.rb')
-rw-r--r--railties/test/rails_info_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/rails_info_controller_test.rb b/railties/test/rails_info_controller_test.rb
index e1872ebf33..e274e1aa6e 100644
--- a/railties/test/rails_info_controller_test.rb
+++ b/railties/test/rails_info_controller_test.rb
@@ -25,7 +25,7 @@ ActionController::Routing::Routes.draw do |map|
map.connect ':controller/:action/:id'
end
-class Rails::InfoControllerTest < Test::Unit::TestCase
+class Rails::InfoControllerTest < ActionController::TestCase
def setup
@controller = Rails::InfoController.new
@request = ActionController::TestRequest.new