summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Pfeiffer <tobias.pfeiffer@student.hpi.uni-potsdam.de>2012-09-15 21:52:01 +0200
committerTobias Pfeiffer <tobias.pfeiffer@student.hpi.uni-potsdam.de>2012-09-15 21:52:01 +0200
commit296e322bfc896f99b15d0639b25745a22a73e9ce (patch)
tree26ade86127d5128a133e17a60e66d7a8c02eb2fb /doc
parent0546b9c65f33757dee6e7d0a6f85eb2bdb33453d (diff)
downloadgitlab-ce-296e322bfc896f99b15d0639b25745a22a73e9ce.tar.gz
the rake was missing in fron of the gitlab:test task
Diffstat (limited to 'doc')
-rw-r--r--doc/development.md2
1 files changed, 1 insertions, 1 deletions
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