.simplecov
author Mahlon Smith <mahlon@martini.nu>
Thu, 05 Nov 2015 18:44:13 +0000
changeset 4 174cf1b0f4a5
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