mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Rails 3 requires the "new" command to create a new project.
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user