Configure guard to watch only relevant directories

This commit is contained in:
Thibault Jouan 2015-04-30 08:14:13 +00:00
parent 7fd085c6df
commit d910c46dc2

View File

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