.simplecov
author Mahlon E. Smith <mahlon@martini.nu>
Sun, 01 Sep 2019 15:38:16 -0700
changeset 17 29848143f305
parent 0 3cc90e88c6ab
permissions -rw-r--r--
Bye, Bitbucket.

# Simplecov config

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