[DRE-commits] [ruby-leaflet-rails] 03/06: Removed simplecov

Sruthi Chandran srud-guest at moszumanska.debian.org
Wed Aug 24 07:42:59 UTC 2016


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

srud-guest pushed a commit to branch master
in repository ruby-leaflet-rails.

commit 82a98ea58a41e64dff79c8090ca85f971f704e09
Author: Sruthi <srud at openmailbox.org>
Date:   Tue Aug 23 23:10:54 2016 +0530

    Removed simplecov
---
 debian/patches/series          |  1 +
 debian/patches/simplecov.patch | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b328dab
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+simplecov.patch
diff --git a/debian/patches/simplecov.patch b/debian/patches/simplecov.patch
new file mode 100644
index 0000000..015d29a
--- /dev/null
+++ b/debian/patches/simplecov.patch
@@ -0,0 +1,20 @@
+Fix simplecov
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -5,11 +5,11 @@
+ #
+ # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
+ 
+-require 'simplecov'
+-require 'simplecov-rcov'
++#require 'simplecov'
++#require 'simplecov-rcov'
+ 
+-SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter
+-SimpleCov.start
++#SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter
++#SimpleCov.start
+ 
+ $LOAD_PATH.unshift(File.dirname(__FILE__))
+ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

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



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