diff options
author | Paul Morganthall <pcm@morganthall.com> | 2011-05-05 12:19:01 -0700 |
---|---|---|
committer | Paul Morganthall <pcm@morganthall.com> | 2011-05-05 12:19:01 -0700 |
commit | 6df7a223caa7b68543595afcebb5700435bfb4ec (patch) | |
tree | 5d4232a025951f0ab3086610cbf929d34588f762 /railties/guides/source/testing.textile | |
parent | f649d137c06ecac585432647a01170d85e068eb4 (diff) | |
download | rails-6df7a223caa7b68543595afcebb5700435bfb4ec.tar.gz rails-6df7a223caa7b68543595afcebb5700435bfb4ec.tar.bz2 rails-6df7a223caa7b68543595afcebb5700435bfb4ec.zip |
Restore emphasis on 'application name'.
Diffstat (limited to 'railties/guides/source/testing.textile')
-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 061d597ae1..01badebd41 100644 --- a/railties/guides/source/testing.textile +++ b/railties/guides/source/testing.textile @@ -38,7 +38,7 @@ When you do end up destroying your testing database (and it will happen, trust m h4. Rails Sets up for Testing from the Word Go -Rails creates a +test+ folder for you as soon as you create a Rails project using +rails new _application_name_+. If you list the contents of this folder then you shall see: +Rails creates a +test+ folder for you as soon as you create a Rails project using +rails new+ _application_name_. If you list the contents of this folder then you shall see: <shell> $ ls -F test/ |