Skip to content

Instantly share code, notes, and snippets.

@jschoolcraft
Created July 15, 2009 03:18
Show Gist options
  • Save jschoolcraft/147415 to your computer and use it in GitHub Desktop.
Save jschoolcraft/147415 to your computer and use it in GitHub Desktop.
require 'autotest/fsevent'
require 'growl_glue'
Autotest.add_hook :initialize do |at|
%w{.svn .hg .git vendor}.each {|exception| at.add_exception(exception)}
end
GrowlGlue::Autotest.initialize do |config|
config.image :success => '~/Library/autotest/pass.png'
config.image :failure => '~/Library/autotest/fail.png'
config.image :pending => '~/Library/autotest/pending.png'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment