diff --git a/railties/guides/source/testing.textile b/railties/guides/source/testing.textile index efa2bbdca650da752fa1374dfbef005d92f56bcf..061d597ae1b1cc9c7e24ead0bcd0686ed8fd0122 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: $ ls -F test/