Testing guide: Replace removed word

This commit is contained in:
Josiah Ivey 2010-05-18 23:04:10 -05:00
parent 256e13b3a3
commit 695cabce39
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ NOTE: The execution of each test method stops as soon as any error or an asserti
h4. What to Include in Your Unit Tests
, you would like to include a test for everything which could possibly break. It's a good practice to have at least one test for each of your validations and at least one test for every method in your model.
Ideally, you would like to include a test for everything which could possibly break. It's a good practice to have at least one test for each of your validations and at least one test for every method in your model.
h4. Assertions Available