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:
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|