search for: alertscontrollertest

Displaying 1 result from an estimated 1 matches for "alertscontrollertest".

2006 Oct 12
2
Test should fail !
...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 get :index assert_response :success end end -- Posted v...