From 1f9813ce5822f88777ddaa004221714ca7edd7be Mon Sep 17 00:00:00 2001
From: maxwell <maxwell@joindiaspora.com>
Date: Tue, 11 Jan 2011 14:29:17 -0800
Subject: [PATCH] add autotest growl, if thats how you roll

---
 autotest/discover.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autotest/discover.rb b/autotest/discover.rb
index 5e50a665a6..f2eb1dff35 100644
--- a/autotest/discover.rb
+++ b/autotest/discover.rb
@@ -1,7 +1,7 @@
 #   Copyright (c) 2010, Diaspora Inc.  This file is
 #   licensed under the Affero General Public License version 3 or later.  See
 #   the COPYRIGHT file.
-
+require 'autotest/growl'
 Autotest.add_discovery { "rails" }
 Autotest.add_discovery { "rspec2" }
 Autotest.add_hook :initialize do |at| 
-- 
GitLab