.simplecov
author Mahlon E. Smith <mahlon@martini.nu>
Fri, 16 May 2014 08:28:27 -0700
changeset 5 6177a734f764
parent 0 aef8f9f4a788
permissions -rw-r--r--
Zombie killer. Make sure we reap our children, even if they are misbehaving.

# Simplecov config

SimpleCov.start do
	add_filter 'spec'
	add_filter 'integration'
	add_group "Needing tests" do |file|
		file.covered_percent < 90
	end
end