1.
Michael
Jun 30, 2007 at 18:00
I like how you showed the process of refactoring in this series, but I wouldn't recommend multiple assertions in one controller.
See http://blog.jayfields.com/2007/06/testing-one-assertion-per-test.html
2.
Tomek
Apr 05, 2008 at 01:51
Yes, I agree. Multiple assertion is a bad practice since only the first assertion gets called if code changes alter behavior.



