.simplecov
author Mahlon Smith <mahlon@martini.nu>
Thu, 05 Nov 2015 18:44:43 +0000
changeset 5 cee945391bf2
parent 0 3cc90e88c6ab
permissions -rw-r--r--
README.md edited online with Bitbucket

# Simplecov config

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