mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove SimpleCov at all.
This commit is contained in:
parent
4a39167260
commit
b74385e78d
1 changed files with 0 additions and 10 deletions
|
@ -16,16 +16,6 @@ begin
|
|||
rescue Gem::LoadError
|
||||
end
|
||||
|
||||
begin
|
||||
require 'simplecov'
|
||||
SimpleCov.start do
|
||||
add_filter "/test/"
|
||||
add_filter "/bundler/"
|
||||
add_filter "/lib/rubygems/resolver/molinillo"
|
||||
end
|
||||
rescue LoadError
|
||||
end
|
||||
|
||||
if File.exist?(bundler_gemspec)
|
||||
require_relative '../../bundler/lib/bundler'
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue