mknapik/guard-spring

View on GitHub
lib/guard/spring/templates/Guardfile

Summary

Maintainability
Test Coverage
guard :spring, bundler: true do
  watch('Gemfile.lock')
  watch(%r{^config/})
  watch(%r{^spec/(support|factories)/})
  watch(%r{^spec/factory.rb})
end