Commit d72d5de22c503fd99ef6ef728ff211d96871e5ee

Authored by Antonio Terceiro
1 parent de53d9cf

quick-start: also create test database

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
script/quick-start
... ... @@ -112,6 +112,7 @@ else
112 112 sed -ri "s/username: noosfero/username: $USER/" config/database.yml
113 113 sudo su - postgres -c "createuser $USER --no-superuser --createdb --no-createrole" || true
114 114 sudo su - postgres -c "createdb noosfero_development -O $USER" || true
  115 + sudo su - postgres -c "createdb noosfero_test -O $USER" || true
115 116  
116 117 run rake db:schema:load
117 118 run rake db:data:minimal
... ...