Skip to content

Instantly share code, notes, and snippets.

@andreimaxim
Created May 25, 2011 12:33
Show Gist options
  • Select an option

  • Save andreimaxim/990868 to your computer and use it in GitHub Desktop.

Select an option

Save andreimaxim/990868 to your computer and use it in GitHub Desktop.
begin
require 'autotest/timestamp'
require 'autotest/growl'
Autotest::Growl::image_dir = 'ampelmaennchen'
Autotest::Growl::hide_label = true
Autotest::Growl::sticky_failure_notifications = true
rescue LoadError
puts "Make sure you have the autotest-growl gem installed."
end
begin
require 'autotest/fsevent'
rescue LoadError
puts "Install the autotest-fsevent gem to have a more battery-friendly file watcher"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment