diff options
author | Paul Morganthall <pcm@morganthall.com> | 2011-05-05 09:05:40 -0700 |
---|---|---|
committer | Paul Morganthall <pcm@morganthall.com> | 2011-05-05 09:05:40 -0700 |
commit | 210ebd362308a6964797a898fab9a5de35da1dab (patch) | |
tree | e23aedb6023e1bcb1c90c6a6560fd07a55431fed | |
parent | 6826936335ba76e1d0c984aadfbf5006aec08357 (diff) | |
download | rails-210ebd362308a6964797a898fab9a5de35da1dab.tar.gz rails-210ebd362308a6964797a898fab9a5de35da1dab.tar.bz2 rails-210ebd362308a6964797a898fab9a5de35da1dab.zip |
Rails 3 requires the "new" command to create a new project.
-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/ |