diff --git a/test/functional/login_controller_test.rb b/test/functional/login_controller_test.rb --- a/test/functional/login_controller_test.rb +++ b/test/functional/login_controller_test.rb @@ -4,7 +4,7 @@ # Re-raise errors caught by the controller. class LoginController; def rescue_action(e) raise e end; end -class LoginControllerTest < Test::Unit::TestCase +class LoginControllerTest < ActionController::TestCase fixtures :users