Skip to content

Commit

Permalink
Rails 3 requires the "new" command to create a new project.
Browse files Browse the repository at this point in the history
  • Loading branch information
slothbear committed May 5, 2011
1 parent 6826936 commit 210ebd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/testing.textile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 210ebd3

Please sign in to comment.