Commit 8a2b1369483e175f5ac8b4247852e6ab119db7ae
1 parent
ece56329
Exists in
master
and in
4 other branches
Update doc/development.md
Fixed a typo.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/development.md
... | ... | @@ -18,7 +18,7 @@ Install the Gitlab development in a virtual machine with the [Gitlab Vagrant vir |
18 | 18 | bundle exec rake environment resque:work QUEUE=* VVERBOSE=1 |
19 | 19 | |
20 | 20 | |
21 | -### Test DB seutup & seed | |
21 | +### Test DB setup & seed | |
22 | 22 | |
23 | 23 | bundle exec rake db:setup RAILS_ENV=test |
24 | 24 | bundle exec rake db:seed_fu RAILS_ENV=test | ... | ... |