Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Pfeiffer <tobias.pfeiffer@student.hpi.uni-potsdam.de>2012-09-15 23:52:01 +0400
committerTobias Pfeiffer <tobias.pfeiffer@student.hpi.uni-potsdam.de>2012-09-15 23:52:01 +0400
commit296e322bfc896f99b15d0639b25745a22a73e9ce (patch)
tree26ade86127d5128a133e17a60e66d7a8c02eb2fb /doc/development.md
parent0546b9c65f33757dee6e7d0a6f85eb2bdb33453d (diff)
the rake was missing in fron of the gitlab:test task
Diffstat (limited to 'doc/development.md')
-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