From d2f4ea59ffbe260798a03c9ade571e13a87153fa Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 6 Sep 2011 20:45:36 +0000 Subject: [PATCH] Reload spork when config/routes.rb is modified --- Guardfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Guardfile b/Guardfile index 2114b46..d292238 100644 --- a/Guardfile +++ b/Guardfile @@ -1,6 +1,7 @@ guard 'spork', :cucumber => false, :rspec_env => { 'RAILS_ENV' => 'test' } do watch('config/application.rb') watch('config/environment.rb') + watch('config/routes.rb') watch(%r{^config/environments/.+\.rb$}) watch(%r{^config/initializers/.+\.rb$}) watch('spec/spec_helper.rb')