class Travis::Tools::Notification::Growl

def available?

def available?
  System.has? 'growlnotify' and System.running? 'Growl'
end