Helps
*Why is Cruise Control green when my tests are failing?
Probably because the rake task running the tests returns zero. Cruise Control relies on the exit code of the processes it runs to determine whether to report success or failure. This seems like a common Cruise Control pitfall. It’s good practice to run a failing test through Cruise Control during initial set up in order to avoid this problem