From af104cb6cdd0e8a1ba3d4fcc7fbf3bdc07a22cba Mon Sep 17 00:00:00 2001 From: roy Date: Tue, 13 Nov 2012 18:07:08 +0100 Subject: [PATCH] change for Code Analysis --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 6c03f17e3..0ef99d349 100644 --- a/Rakefile +++ b/Rakefile @@ -4,4 +4,6 @@ require File.expand_path('../config/application', __FILE__) +# used to generate ci reports, see ci_reporter documentation +require 'ci/reporter/rake/rspec' Zammad::Application.load_tasks