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:
parent
61013edbf0
commit
6b5a0ef3a4
1 changed files with 0 additions and 6 deletions
6
Rakefile
6
Rakefile
|
@ -3,12 +3,6 @@ require 'rake/testtask'
|
||||||
require 'fileutils'
|
require 'fileutils'
|
||||||
require 'date'
|
require 'date'
|
||||||
|
|
||||||
# CI Reporter is only needed for the CI
|
|
||||||
begin
|
|
||||||
require 'ci/reporter/rake/test_unit'
|
|
||||||
rescue LoadError
|
|
||||||
end
|
|
||||||
|
|
||||||
task :default => :test
|
task :default => :test
|
||||||
task :spec => :test
|
task :spec => :test
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue