From 6df7a223caa7b68543595afcebb5700435bfb4ec Mon Sep 17 00:00:00 2001 From: Paul Morganthall Date: Thu, 5 May 2011 12:19:01 -0700 Subject: Restore emphasis on 'application name'. --- railties/guides/source/testing.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') diff --git a/railties/guides/source/testing.textile b/railties/guides/source/testing.textile index 061d597ae1..01badebd41 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 new _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/ -- cgit v1.2.3