Skip to content

Instantly share code, notes, and snippets.

@martinos
Created November 11, 2010 16:11
Show Gist options
  • Select an option

  • Save martinos/672696 to your computer and use it in GitHub Desktop.

Select an option

Save martinos/672696 to your computer and use it in GitHub Desktop.
My autotest file
require 'autotest/growl'
require 'autotest/fsevent' #osx specific file changed event notification
require 'redgreen/autotest'
Autotest::Growl::show_modified_files = true #which changes prompted the autospec run
Autotest::Growl::remote_notification = true #networked growl, to work-around disappearing notifications
Autotest.add_hook :initialize do |at|
%w{.git .svn .hg .DS_Store ._* log}.each {|exception|at.add_exception(exception)}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment