.simplecov
author Mahlon E. Smith <mahlon@martini.nu>
Sat, 10 May 2014 17:45:39 -0700
changeset 2 5ef02faaf5a5
parent 0 aef8f9f4a788
permissions -rw-r--r--
Aaaaand fix the link to the project page.

# Simplecov config

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