File: simplecov

package info (click to toggle)
ruby-attr-required 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: ruby: 290; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 627 bytes parent folder | download | duplicates (3)
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
 
 require 'attr_required'
 require 'attr_optional'
@@ -34,4 +34,4 @@
 class OnlyOptional
   include AttrOptional
   attr_optional :only_optional
-end
\ No newline at end of file
+end