Skip to content

Instantly share code, notes, and snippets.

@garybernhardt
Created February 17, 2012 22:35
Show Gist options
  • Save garybernhardt/1855857 to your computer and use it in GitHub Desktop.
Save garybernhardt/1855857 to your computer and use it in GitHub Desktop.
#!/bin/ruby
guard 'spork' do
watch(%r{^config/.*\.rb$})
watch(%r{^config/environments/.*\.rb$})
watch(%r{^config/initializers/.*\.rb$})
watch(%r{^features/support/.*\.rb$})
watch('spec/spec_helper.rb')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment