the rake was missing in fron of the gitlab:test task
This commit is contained in:
parent
0546b9c65f
commit
296e322bfc
|
@ -36,7 +36,7 @@
|
|||
### 3. Run Tests
|
||||
|
||||
# All in one
|
||||
bundle exec gitlab:test
|
||||
bundle exec rake gitlab:test
|
||||
|
||||
# Rspec
|
||||
bundle exec rake spec
|
||||
|
|
Loading…
Reference in a new issue