.simplecov
author Mahlon E. Smith <mahlon@laika.com>
Wed, 17 Jan 2018 13:33:12 -0800
changeset 13 686fbfe638bd
parent 0 3cc90e88c6ab
permissions -rw-r--r--
Remove deprecated calls for the Sequel ORM, add compatibility for Sequel 5.

# Simplecov config

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