From 695cabce39474dd75af19f6a70bb2104091cdf49 Mon Sep 17 00:00:00 2001 From: Josiah Ivey Date: Tue, 18 May 2010 23:04:10 -0500 Subject: Testing guide: Replace removed word --- railties/guides/source/testing.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source') diff --git a/railties/guides/source/testing.textile b/railties/guides/source/testing.textile index 51c499f2b9..69695c93c8 100644 --- a/railties/guides/source/testing.textile +++ b/railties/guides/source/testing.textile @@ -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 -- cgit v1.2.3