From d910c46dc24d6d54115b6265e5fc03a0a86be244 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Thu, 30 Apr 2015 08:14:13 +0000 Subject: [PATCH] Configure guard to watch only relevant directories --- Guardfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Guardfile b/Guardfile index eb83ffc..2810f24 100644 --- a/Guardfile +++ b/Guardfile @@ -1,3 +1,5 @@ +directories %w[app config spec] + guard 'spork', rspec_env: { RAILS_ENV: 'test' } do watch('config/application.rb') watch('config/environment.rb')