`db:test:prepare` doesn't seem to work

This commit is contained in:
Régis Hanol 2017-07-31 11:17:56 +02:00 committed by GitHub
parent 5e43c05bf8
commit e018e7a8f6
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ If everything goes alright, let's clone Discourse and start hacking:
git clone https://github.com/discourse/discourse.git ~/discourse
cd ~/discourse
bundle install
bundle exec rake db:migrate db:test:prepare
bundle exec rake db:migrate
RAILS_ENV=test bundle exec rake db:migrate
# run the specs (optional)
bundle exec rake autospec # CTRL + C to stop