Archive for the ‘Uncategorized’ Category

Autotest with growl

Monday, December 17th, 2007 Posted in Uncategorized | No Comments »

Here is my .autotest file. It's based on John Nunemaker's guide: module Autotest::Growl IMAGE_ROOT = "~/.autotest_images" def self.growld title, msg, img, pri=0, sticky="" system "growlnotify -n autotest --image #{img} -p #{pri} -m #{msg.inspect} #{title} #{sticky}" ...