Description: disable simplecov
Author: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Forwarded: not-needed
Last-Update: 2017-11-28

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -20,11 +20,6 @@
 
 require "fileutils"
 
-require "simplecov"
-SimpleCov.start do
-  add_filter "/spec"
-end
-
 ENV["GUARD_SPECS_RUNNING"] = "1"
 
 path = "#{File.expand_path(__dir__)}/support/**/*.rb"
