--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.simplecov Thu Nov 05 10:34:15 2015 -0800
@@ -0,0 +1,9 @@
+# Simplecov config
+
+SimpleCov.start do
+ add_filter 'spec'
+ add_filter 'integration'
+ add_group "Needing tests" do |file|
+ file.covered_percent < 90
+ end
+end