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

@ -1,4 +1,9 @@
class TodoContainerControllerTestBase < Test::Rails::TestCase
class TodoContainerControllerTestBase < ActionController::TestCase
def setup_controller_request_and_response
# ## override with empty
# TODO: remove these ugly hacks
end
def perform_setup(container_class, controller_class)
@controller = controller_class.new