Displaying 1 result from an estimated 1 matches for "alertscontroller".
Did you mean:
alertcontroller
2006 Oct 12
2
Test should fail !
...course this file is really executed by the test suite, I can see it in
the screen output of rake
Which mistery is this ?
Thanks
require File.dirname(__FILE__) + ''/../test_helper''
require ''alerts_controller''
# Re-raise errors caught by the controller.
class AlertsController; def rescue_action(e) raise e end; end
class AlertsControllerTest < Test::Unit::TestCase
fixtures :clients
def setup
@controller = AlertsController.new
@request = ActionController::TestRequest.new
@response = ActionController::TestResponse.new
end
def test_get_index...