Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaxwell <maxwell@joindiaspora.com>2011-01-12 01:29:17 +0300
committermaxwell <maxwell@joindiaspora.com>2011-01-12 01:29:17 +0300
commit1f9813ce5822f88777ddaa004221714ca7edd7be (patch)
treed12b6e3d668a92f077a729ce615d114cfce1a51f /autotest
parent85295015eecdd2fec5df7028585287ee74464af8 (diff)
add autotest growl, if thats how you roll
Diffstat (limited to 'autotest')
-rw-r--r--autotest/discover.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest/discover.rb b/autotest/discover.rb
index 5e50a665a..f2eb1dff3 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|