Skip to content

Instantly share code, notes, and snippets.

@Lytol
Created June 3, 2011 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lytol/1005914 to your computer and use it in GitHub Desktop.
Save Lytol/1005914 to your computer and use it in GitHub Desktop.
begin
require 'autotest/growl'
Autotest::Growl::image_dir = File.join(ENV['HOME'], '.autotest-growl')
Autotest::Growl::hide_label = true
Autotest::Growl::clear_terminal = false
rescue LoadError
puts "No Growl support -- gem install autotest-growl"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment