File: 0003-Ignore-code-coverage-test.patch

package info (click to toggle)
ruby-wikicloth 0.8.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 624 kB
  • sloc: ruby: 2,521; makefile: 14
file content (24 lines) | stat: -rw-r--r-- 480 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
From: Per Andersson <avtobiff@gmail.com>
Date: Sun, 17 Mar 2013 00:46:01 +0100
Subject: Ignore code coverage test

---
 Rakefile |   30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

--- a/Rakefile
+++ b/Rakefile
@@ -11,13 +11,6 @@
   test.verbose = true
 end
 
-require 'simplecov'
-desc "Code coverage detail"
-task :simplecov do
-  ENV['COVERAGE'] = "true"
-  Rake::Task['spec'].execute
-end
-
 task :default => :test
 
 require 'rdoc/task'