.simplecov
author Mahlon E. Smith <mahlon@martini.nu>
Mon, 03 Dec 2018 13:03:22 -0800 (2018-12-03)
changeset 16 87b0a389b804
parent 0 3cc90e88c6ab
permissions -rw-r--r--
Fix copy/pasta.
# Simplecov config

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