Update doc/development.md

Fixed a typo.
This commit is contained in:
Greg Barendt 2012-11-14 13:33:22 -05:00
parent ece563296b
commit 8a2b136948

View file

@ -18,7 +18,7 @@ Install the Gitlab development in a virtual machine with the [Gitlab Vagrant vir
bundle exec rake environment resque:work QUEUE=* VVERBOSE=1
### Test DB seutup & seed
### Test DB setup & seed
bundle exec rake db:setup RAILS_ENV=test
bundle exec rake db:seed_fu RAILS_ENV=test