1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

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

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