spec/coverage_helper.rb in rasti-form-3.1.2 vs spec/coverage_helper.rb in rasti-form-4.0.0
- old
+ new
@@ -1,7 +1,5 @@
require 'simplecov'
require 'coveralls'
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]
-SimpleCov.start do
- add_group 'Types', 'lib/rasti/form/types'
-end
+SimpleCov.start
\ No newline at end of file