the rake was missing in fron of the gitlab:test task

This commit is contained in:
Tobias Pfeiffer 2012-09-15 21:52:01 +02:00
parent 0546b9c65f
commit 296e322bfc

View file

@ -36,7 +36,7 @@
### 3. Run Tests ### 3. Run Tests
# All in one # All in one
bundle exec gitlab:test bundle exec rake gitlab:test
# Rspec # Rspec
bundle exec rake spec bundle exec rake spec