Commit 296e322bfc896f99b15d0639b25745a22a73e9ce

Authored by Tobias Pfeiffer
1 parent 0546b9c6

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

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/development.md
@@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
36 ### 3. Run Tests 36 ### 3. Run Tests
37 37
38 # All in one 38 # All in one
39 - bundle exec gitlab:test 39 + bundle exec rake gitlab:test
40 40
41 # Rspec 41 # Rspec
42 bundle exec rake spec 42 bundle exec rake spec