diff options
author | Rodrigo Rosenfeld Rosas <rr_rosas@yahoo.com.br> | 2009-03-13 09:54:09 -0300 |
---|---|---|
committer | Rodrigo Rosenfeld Rosas <rr_rosas@yahoo.com.br> | 2009-03-13 09:54:09 -0300 |
commit | 586ef2977bb7242a93f6b9f942eea1e09376511e (patch) | |
tree | 82af9a2e66e4681f665f0de350c5497dd00e6a51 | |
parent | 2885a9a8de227f33c4cae34d918031f776e29394 (diff) | |
download | rails-586ef2977bb7242a93f6b9f942eea1e09376511e.tar.gz rails-586ef2977bb7242a93f6b9f942eea1e09376511e.tar.bz2 rails-586ef2977bb7242a93f6b9f942eea1e09376511e.zip |
Corrects minor spelling mistake (practises -> practices).
-rw-r--r-- | railties/guides/source/testing.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/testing.textile b/railties/guides/source/testing.textile index 9897fbab6f..8e92c1cc77 100644 --- a/railties/guides/source/testing.textile +++ b/railties/guides/source/testing.textile @@ -140,7 +140,7 @@ h3. Unit Testing your Models In Rails, unit tests are what you write to test your models. -For this guide we will be using Rails _scaffolding_. It will create the model, a migration, controller and views for the new resource in a single operation. It will also create a full test suite following Rails best practises. I will be using examples from this generated code and would be supplementing it with additional examples where necessary. +For this guide we will be using Rails _scaffolding_. It will create the model, a migration, controller and views for the new resource in a single operation. It will also create a full test suite following Rails best practices. I will be using examples from this generated code and would be supplementing it with additional examples where necessary. NOTE: For more information on Rails _scaffolding_, refer to "Getting Started with Rails":../getting_started_with_rails.html |