--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.simplecov Sat May 10 17:40:36 2014 -0700
@@ -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