[DRE-commits] [ruby-fog-dynect] 03/05: added test, patch directory

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Feb 2 14:16:13 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-dynect.

commit 12575a04636284ce9e6180e83ea1367cc9b19a03
Author: isaagar <i.vikram15 at gmail.com>
Date:   Mon Feb 1 23:32:42 2016 +0530

    added test, patch directory
---
 debian/patches/01_change_helper_test.diff | 20 ++++++++++++++++++++
 debian/patches/series                     |  1 +
 debian/ruby-tests.rb                      |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/patches/01_change_helper_test.diff b/debian/patches/01_change_helper_test.diff
new file mode 100644
index 0000000..505dbf1
--- /dev/null
+++ b/debian/patches/01_change_helper_test.diff
@@ -0,0 +1,20 @@
+Description: Change helper.rb
+ Comment the line starting with Bundler.
+Author: Sagar Ippalpalli <i.vikram15 at gmail.com>
+#Origin: <upstream|backport|vendor|other>, <URL, required except if Author is present>
+Forwarded: no
+#Applied-Upstream: <version|URL|commit, identifies patches merged upstream, optional>
+#Reviewed-by: <name and email of a reviewer, optional>
+#Last-Update: <YYYY-MM-DD, last update of the meta-information, optional>
+---
+#This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/tests/helper.rb
++++ b/tests/helper.rb
+@@ -8,6 +8,6 @@
+ require 'fog/test_helpers'
+ require File.expand_path('../../lib/fog/dynect', __FILE__)
+ 
+-Bundler.require(:test)
++#Bundler.require(:test)
+ 
+ Excon.defaults.merge!(:debug_request => true, :debug_response => true)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c1ba99d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_change_helper_test.diff
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100755
index 0000000..7652838
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1 @@
+system 'FOG_MOCK=true shindo'

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



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