Commit c403c2a8e11e473035e0f4c4fe476efc8130fa89
Exists in
master
and in
4 other branches
Merge pull request #1987 from barendt/patch-1
Update doc/development.md
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 | ... | ... |