From 296e322bfc896f99b15d0639b25745a22a73e9ce Mon Sep 17 00:00:00 2001
From: Tobias Pfeiffer <tobias.pfeiffer@student.hpi.uni-potsdam.de>
Date: Sat, 15 Sep 2012 21:52:01 +0200
Subject: [PATCH] the rake was missing in fron of the gitlab:test task

---
 doc/development.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/development.md b/doc/development.md
index 55be2bc32f2..741f5a9f3b1 100644
--- a/doc/development.md
+++ b/doc/development.md
@@ -36,7 +36,7 @@
 ###  3. Run Tests
 
     # All in one
-    bundle exec gitlab:test
+    bundle exec rake gitlab:test
     
     # Rspec 
     bundle exec rake spec
-- 
GitLab