Commit 8eb0bfa53c86c569993e985106714991651c3f05
1 parent
5f45a273
Exists in
master
and in
23 other branches
Also prepare DB to run tests in quick start script
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
script/quick-start-debian
| ... | ... | @@ -27,6 +27,7 @@ run sudo apt-get -y install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagi |
| 27 | 27 | run cp config/database.yml.sqlite3 config/database.yml |
| 28 | 28 | run rake db:schema:load |
| 29 | 29 | run rake db:data:minimal |
| 30 | +run rake db:test:prepare | |
| 30 | 31 | |
| 31 | 32 | # compile translations |
| 32 | 33 | run rake noosfero:translations:compile | ... | ... |