Update SimpleCov; remove compatibility patch

Also, SimpleCov.start already called
   SimpleCov.pid = Process.pid
So, no need for that
This commit is contained in:
Benjamin Fleischer
2016-02-09 20:53:38 -06:00
parent fe6d2da46f
commit 7b98cf3e36
4 changed files with 1 additions and 8 deletions

View File

@@ -1,6 +0,0 @@
# https://github.com/colszowka/simplecov/pull/400
# https://github.com/ruby/ruby/blob/trunk/lib/English.rb
unless defined?(English)
# The exception object passed to +raise+.
alias $ERROR_INFO $! # rubocop:disable Style/SpecialGlobalVars
end