From f9bd3a76b2bfcb5e5748c6dfd3be9f298657af85 Mon Sep 17 00:00:00 2001 From: friflaj Date: Sun, 22 Aug 2010 02:02:15 +0200 Subject: [PATCH] Conditional load of autotest-growl --- features/.autotest_example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/.autotest_example b/features/.autotest_example index e5ca9da3a3..939a9d1300 100644 --- a/features/.autotest_example +++ b/features/.autotest_example @@ -1,4 +1,4 @@ -require "autotest/growl" +require "autotest/growl" if RUBY_PLATFORM.downcase.include?("darwin") require 'autotest/fsevent' require 'redgreen/autotest' @@ -9,4 +9,4 @@ Autotest.add_hook :initialize do |at| at.libs << 'vendor/plugins/redmine_backlogs/features' at.libs << 'vendor/plugins/redmine_backlogs/lib' false -end \ No newline at end of file +end