ci_reporter is no longer used [ci skip]

This commit is contained in:
Zachary Scott 2016-08-17 22:19:20 +09:00
parent 61013edbf0
commit 6b5a0ef3a4
1 changed files with 0 additions and 6 deletions

View File

@ -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