.simplecov
author Mahlon E. Smith <mahlon@laika.com>
Wed, 28 May 2014 11:45:41 -0700
changeset 10 7013280e62fa
parent 0 aef8f9f4a788
permissions -rw-r--r--
Added signature for changeset a1d381ce60c7

# Simplecov config

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