From d3fd6ac151e9a79d5a9118c6f076084849078765 Mon Sep 17 00:00:00 2001
From: Jay Zoldak <jzoldak@edx.org>
Date: Mon, 7 Jan 2013 15:23:08 -0500
Subject: [PATCH] Clarify the syntax of the rake fasttest command

---
 doc/development.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/development.md b/doc/development.md
index 36827aa..56415b6 100644
--- a/doc/development.md
+++ b/doc/development.md
@@ -42,8 +42,12 @@ This runs all the tests (long, uses collectstatic):
 
 If if you aren't changing static files, can run `rake test` once, then run
 
-    rake fasttest_{lms,cms}
+    rake fasttest_lms
 
+or
+
+    rake fasttest_cms
+    
 xmodule can be tested independently, with this:
 
     rake test_common/lib/xmodule
--
libgit2 0.26.0