`db:test:prepare` doesn't seem to work
This commit is contained in:
parent
5e43c05bf8
commit
e018e7a8f6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue