Instruct developers to prepare the test DB before launching guard
This commit is contained in:
parent
679988b59c
commit
247d5a205a
|
@ -62,6 +62,7 @@ To use it, follow all the above steps. Once rails is running, open a new termina
|
||||||
|
|
||||||
```
|
```
|
||||||
vagrant ssh
|
vagrant ssh
|
||||||
|
bundle exec rake db:test:prepare
|
||||||
bundle exec guard -p
|
bundle exec guard -p
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue