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')