get tests running again with zentest >= 4.0.0

This commit is contained in:
Reinier Balt 2009-06-02 21:22:50 +02:00
parent 4e1e18da0f
commit 7a7862221d
26 changed files with 199 additions and 207 deletions

View file

@ -4,7 +4,7 @@ require 'notes_controller'
# Re-raise errors caught by the controller.
class NotesController; def rescue_action(e) raise e end; end
class NotesControllerTest < Test::Rails::TestCase
class NotesControllerTest < ActionController::TestCase
def setup
@controller = NotesController.new
request = ActionController::TestRequest.new