Add new guard rule to trigger integration specs when a layout changes

This commit is contained in:
Thibault Jouan 2011-12-30 10:38:29 +00:00
parent cbd5c19930
commit a7451c5302

View File

@ -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