Skip to content

Instantly share code, notes, and snippets.

@rubyist
Created October 23, 2008 18:22
Show Gist options
  • Save rubyist/19135 to your computer and use it in GitHub Desktop.
Save rubyist/19135 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'growl_glue'
GrowlGlue::Autotest.initialize do |config|
config.title :success => 'YOU ROCK'
config.title :failure => 'YOU SUCK'
config.sound :success => 'tpir-dings.wav'
config.sound :failure => 'tpirhorns.wav'
config.sound :location => '/Users/scott'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment