From 247d5a205ace22f4bfeb44d14d272eb6cfe650d6 Mon Sep 17 00:00:00 2001 From: Jaime Iniesta Date: Sat, 9 Feb 2013 20:44:49 +0100 Subject: [PATCH] Instruct developers to prepare the test DB before launching guard --- DEVELOPMENT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 3a1d82b6cdf..08282b12656 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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 ```