Merge pull request #97 from jaimeiniesta/documentation
Instruct developers to prepare the test DB before launching guard
This commit is contained in:
commit
650a2195f7
|
@ -62,6 +62,7 @@ To use it, follow all the above steps. Once rails is running, open a new termina
|
|||
|
||||
```
|
||||
vagrant ssh
|
||||
bundle exec rake db:test:prepare
|
||||
bundle exec guard -p
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue