From 3dac159e3e61b99dc8fd4be72c574d3054859ac5 Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Mon, 29 Aug 2011 15:33:08 +0200 Subject: Require ci_reporter again --- Rakefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index d5323b3..5e70529 100644 --- a/Rakefile +++ b/Rakefile @@ -5,3 +5,8 @@ require File.expand_path('../config/application', __FILE__) Glsamaker::Application.load_tasks + +begin + require 'ci/reporter/rake/test_unit' +rescue LoadError +end \ No newline at end of file -- cgit v1.2.3-65-gdbad