diff options
author | Jason Voegele <jason@jvoegele.com> | 2011-05-05 10:03:07 -0700 |
---|---|---|
committer | Jason Voegele <jason@jvoegele.com> | 2011-05-05 10:03:07 -0700 |
commit | f649d137c06ecac585432647a01170d85e068eb4 (patch) | |
tree | 5d984933a4dee21700601f25a9d408ac0586f723 /railties | |
parent | 0f7827ca3489e73855f8cb9e9aa25efc1435d059 (diff) | |
parent | 210ebd362308a6964797a898fab9a5de35da1dab (diff) | |
download | rails-f649d137c06ecac585432647a01170d85e068eb4.tar.gz rails-f649d137c06ecac585432647a01170d85e068eb4.tar.bz2 rails-f649d137c06ecac585432647a01170d85e068eb4.zip |
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'railties')
-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 efa2bbdca6..061d597ae1 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 _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/ |