aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Morganthall <pcm@morganthall.com>2011-05-05 09:05:40 -0700
committerPaul Morganthall <pcm@morganthall.com>2011-05-05 09:05:40 -0700
commit210ebd362308a6964797a898fab9a5de35da1dab (patch)
treee23aedb6023e1bcb1c90c6a6560fd07a55431fed
parent6826936335ba76e1d0c984aadfbf5006aec08357 (diff)
downloadrails-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.textile2
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/