Displaying 1 result from an estimated 1 matches for "alerts_controller".
Did you mean:
alertcontroller
2006 Oct 12
2
Test should fail !
...'')
But with rake test:functionals it passes - How is it possible ? Of
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...