summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2011-08-29 15:33:08 +0200
committerAlex Legler <alex@a3li.li>2011-08-29 15:33:08 +0200
commit3dac159e3e61b99dc8fd4be72c574d3054859ac5 (patch)
treecdac99b23a2797e3277e4bd7c0d9877410901b88 /Rakefile
parentFix TemplatesController functional test. Introduce admin user in the fixtures. (diff)
downloadglsamaker-3dac159e3e61b99dc8fd4be72c574d3054859ac5.tar.gz
glsamaker-3dac159e3e61b99dc8fd4be72c574d3054859ac5.tar.bz2
glsamaker-3dac159e3e61b99dc8fd4be72c574d3054859ac5.zip
Require ci_reporter again
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
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