Refactoring Tests in the Red
2007-04-26
As your test suite grows, you will find yourself needing to refactor your tests. However, your tests don't have tests!
One thing you can do is intentionally break the test, refactor the test, and make sure the test still fails as expected.
Just remember to revert your code under test!