Removes the following deprecation warning:

'method adapters is deprecated. use profiles instead'

This warning was showing up because the project was using
the gem 'simplecov-gem-adapter' which uses the old syntax.

* Remove the gem dependency
* Add a profile with the same setup that the gem has
This commit is contained in:
Fabian Rodriguez
2015-02-27 22:41:32 -02:00
parent a25f2d7dd6
commit cd7b3f54f1
3 changed files with 14 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
require 'simplecov'
require 'simplecov-gem-adapter'
require 'simplecov_custom_profile'
SimpleCov.start('gem') do
add_filter "/vendor/bundle"
add_filter "/vendor/gem"