Description: Disable simplecov
 Disable simplecov while running tests
Author: Balasankar C <balasankarc@autistici.org>
Forwarded: not-needed
Last-Update: 2015-05-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,8 +1,8 @@
-require 'simplecov'
+#require 'simplecov'
 
-SimpleCov.start do
-  add_filter 'spec'
-end
+#SimpleCov.start do
+  #add_filter 'spec'
+#end
 
 RSpec.configure do |config|
   config.expect_with :rspec do |c|
@@ -40,4 +40,4 @@ end
 class OnlyOptional
   include AttrOptional
   attr_optional :only_optional
-end
\ No newline at end of file
+end
