From 6b5a0ef3a4598366138fefe3f2b696ddeb371f3c Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Wed, 17 Aug 2016 22:19:20 +0900 Subject: [PATCH] ci_reporter is no longer used [ci skip] --- Rakefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Rakefile b/Rakefile index 400d0972..11b6bd36 100644 --- a/Rakefile +++ b/Rakefile @@ -3,12 +3,6 @@ require 'rake/testtask' require 'fileutils' require 'date' -# CI Reporter is only needed for the CI -begin - require 'ci/reporter/rake/test_unit' -rescue LoadError -end - task :default => :test task :spec => :test