Skip to content

Instantly share code, notes, and snippets.

@aaronjensen
Created February 4, 2011 18:16
Show Gist options
  • Save aaronjensen/811493 to your computer and use it in GitHub Desktop.
Save aaronjensen/811493 to your computer and use it in GitHub Desktop.
# A sample Guardfile
# More info at http://github.com/guard/guard#readme
guard 'spork' do
watch('^config/application.rb$')
watch('^config/environment.rb$')
watch('^config/environments/.*\.rb$')
watch('^config/initializers/.*\.rb$')
watch('^spec/spec_helper\.rb$')
watch('^spec/factories\.rb$')
watch('^spec/factories/.*\.rb$')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment