aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_coder@freenet.de>2009-02-16 12:00:47 +0100
committerAndreas Scherer <andreas_coder@freenet.de>2009-02-16 12:00:47 +0100
commitce49b7522ad47ab28b2e4a7539e15751eccd7cdd (patch)
treee88ba71e864c9bcbd0d2b615a393289cfd3b756f /railties
parentf1f5de2efdb5e3cd0c72db175096705283f17eb6 (diff)
downloadrails-ce49b7522ad47ab28b2e4a7539e15751eccd7cdd.tar.gz
rails-ce49b7522ad47ab28b2e4a7539e15751eccd7cdd.tar.bz2
rails-ce49b7522ad47ab28b2e4a7539e15751eccd7cdd.zip
Delete superfluous escape characters.
Diffstat (limited to 'railties')
-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 7938cd441d..1f6dd36e9d 100644
--- a/railties/guides/source/testing.textile
+++ b/railties/guides/source/testing.textile
@@ -224,7 +224,7 @@ h5. Rake Tasks for Preparing your Application for Testing
|+rake db:test:prepare+ |Check for pending migrations and load the test schema|
|+rake db:test:purge+ |Empty the test database.|
-TIP: You can see all these rake tasks and their descriptions by running +rake \-\-tasks \-\-describe+
+TIP: You can see all these rake tasks and their descriptions by running +rake --tasks --describe+
h4. Running Tests