diff --git a/Guardfile b/Guardfile index d292238..c7f1664 100644 --- a/Guardfile +++ b/Guardfile @@ -20,4 +20,6 @@ guard 'rspec', :cli => '--drb', :notification => false do watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch('app/controllers/application_controller.rb') { 'spec/controllers' } + + watch(%r{^app/views/layouts/}) { 'spec/integration' } end