File: simplecov

package info (click to toggle)
ruby-attr-required 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: ruby: 295; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 646 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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