[DRE-commits] [ruby-fog-cloudatcost] 05/05: Created patch to remove unwanted codeclimate-test-reporter

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Aug 22 19:29:57 UTC 2016


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

praveen pushed a commit to branch master
in repository ruby-fog-cloudatcost.

commit fa23178168a45fae35e3cde5b247456f075da03b
Author: Sruthi <srud at openmailbox.org>
Date:   Thu Aug 18 15:00:15 2016 +0530

    Created patch to remove unwanted codeclimate-test-reporter
---
 debian/patches/remove_codeclimate-test-reporter | 12 ++++++++++++
 debian/patches/series                           |  1 +
 2 files changed, 13 insertions(+)

diff --git a/debian/patches/remove_codeclimate-test-reporter b/debian/patches/remove_codeclimate-test-reporter
new file mode 100644
index 0000000..96035df
--- /dev/null
+++ b/debian/patches/remove_codeclimate-test-reporter
@@ -0,0 +1,12 @@
+codeclimate-test-reporter is only for pretty reports.
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,5 +1,5 @@
+ require 'fog/cloudatcost'
+ require 'model_setup'
+ 
+-require 'codeclimate-test-reporter'
+-CodeClimate::TestReporter.start
++#require 'codeclimate-test-reporter'
++#CodeClimate::TestReporter.start
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c746727
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove_codeclimate-test-reporter

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



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