.simplecov
author Mahlon E. Smith <mahlon@laika.com>
Mon, 14 Nov 2016 14:43:41 -0800
changeset 9 47425483883e
parent 0 3cc90e88c6ab
permissions -rw-r--r--
Cleanups for gem release.

# Simplecov config

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