diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-05-16 21:29:37 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-05-16 21:29:37 -0300 |
commit | ada8e50ecde55123cc95dd62390ac46e29c52ec5 (patch) | |
tree | e7a6362978a850f7ea57557a2b72ea4d75a3b8b4 /guides/source/testing.md | |
parent | fd119467b66d98de98d8d128382ba551c5d7a3fa (diff) | |
parent | f52a13cdf457a4163de60c04801bc77954124a56 (diff) | |
download | rails-ada8e50ecde55123cc95dd62390ac46e29c52ec5.tar.gz rails-ada8e50ecde55123cc95dd62390ac46e29c52ec5.tar.bz2 rails-ada8e50ecde55123cc95dd62390ac46e29c52ec5.zip |
Merge pull request #15143 from htanata/first_person_pronouns
Replace first person point of view on guides.
Diffstat (limited to 'guides/source/testing.md')
-rw-r--r-- | guides/source/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md index 36d37f3af0..053d3e96a3 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -134,7 +134,7 @@ Unit Testing your Models In Rails, models 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 practices. I will be using examples from this generated code and will 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. We will be using examples from this generated code and will be supplementing it with additional examples where necessary. NOTE: For more information on Rails <i>scaffolding</i>, refer to [Getting Started with Rails](getting_started.html) |