aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorJosiah Ivey <josiah.ivey@gmail.com>2010-05-18 23:04:10 -0500
committerJosiah Ivey <josiah.ivey@gmail.com>2010-05-18 23:04:10 -0500
commit695cabce39474dd75af19f6a70bb2104091cdf49 (patch)
treee833fc36a58943f12403d544d3683e6b27576ba1 /railties
parent256e13b3a3d0b985fe67f97ef7ec622460d0ab01 (diff)
downloadrails-695cabce39474dd75af19f6a70bb2104091cdf49.tar.gz
rails-695cabce39474dd75af19f6a70bb2104091cdf49.tar.bz2
rails-695cabce39474dd75af19f6a70bb2104091cdf49.zip
Testing guide: Replace removed word
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/testing.textile2
1 files changed, 1 insertions, 1 deletions
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