spec/spec_helper.rb in toadie-0.0.7 vs spec/spec_helper.rb in toadie-0.0.8
- old
+ new
@@ -1,7 +1,7 @@
require 'simplecov'
-SimpleCov.adapters.define 'gem' do
+SimpleCov.profiles.define 'gem' do
add_filter '/spec/'
add_filter '/autotest/'
add_group 'Libraries', '/lib/'
end
SimpleCov.start 'gem'