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

@@ -41,7 +41,6 @@ group :test do
gem 'activerecord-jdbcsqlite3-adapter', platform: :jruby
gem 'codeclimate-test-reporter', require: false
gem 'simplecov', '~> 0.10', require: false, group: :development
end
group :development, :test do