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

@@ -19,7 +19,6 @@ ENV['FULL_BUILD'] ||= ENV['CI']
# rubocop:enable Style/DoubleNegation
## CONFIGURE SIMPLECOV
SimpleCov.pid = $$ # In case there's any forking
SimpleCov.profiles.define 'app' do
coverage_dir 'coverage'