[DRE-commits] [ruby-rack-oauth2] 04/04: Make tests run

Balasankar C balasankarc-guest at moszumanska.debian.org
Tue Jun 30 14:42:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

balasankarc-guest pushed a commit to branch master
in repository ruby-rack-oauth2.

commit 95b0d8b924b92d216bd564f080f36a35d3b40067
Author: Balasankar C <balasankarc at autistici.org>
Date:   Tue Jun 30 20:08:32 2015 +0530

    Make tests run
---
 debian/patches/series    |  1 +
 debian/patches/simplecov | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f958273
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+simplecov
diff --git a/debian/patches/simplecov b/debian/patches/simplecov
new file mode 100644
index 0000000..f001dc5
--- /dev/null
+++ b/debian/patches/simplecov
@@ -0,0 +1,21 @@
+Description: Disable simplecov
+ Disable simplecov while running tests.
+Author: Balasankar C <balasankarc at autistici.org>
+Last-Update: 2015-06-30
+---
+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 'rspec'
+ require 'rspec/its'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rack-oauth2.git



More information about the Pkg-ruby-extras-commits mailing list