[DRE-commits] [ruby-fog-libvirt] 04/16: Add-missing-require-s.patch: new patch, that adds missing require's in test suite.

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Apr 23 18:18:53 UTC 2016


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

terceiro pushed a commit to branch master
in repository ruby-fog-libvirt.

commit 9e4fc3fadf996399c2eeb4e7e8fc89ea9bcc091a
Author: intrigeri <intrigeri at boum.org>
Date:   Thu Aug 13 12:24:21 2015 +0000

    Add-missing-require-s.patch: new patch, that adds missing require's in test suite.
---
 debian/patches/Add-missing-require-s.patch | 19 +++++++++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/Add-missing-require-s.patch b/debian/patches/Add-missing-require-s.patch
new file mode 100644
index 0000000..b8111fe
--- /dev/null
+++ b/debian/patches/Add-missing-require-s.patch
@@ -0,0 +1,19 @@
+From: intrigeri <intrigeri at boum.org>
+Date: Thu, 13 Aug 2015 12:23:28 +0000
+Subject: Add missing require's.
+
+---
+ tests/helpers/formats_helper_tests.rb | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/tests/helpers/formats_helper_tests.rb b/tests/helpers/formats_helper_tests.rb
+index dba2386..e3d0a98 100644
+--- a/tests/helpers/formats_helper_tests.rb
++++ b/tests/helpers/formats_helper_tests.rb
+@@ -1,3 +1,6 @@
++require 'shindo'
++require 'shindo/verbose'
++
+ Shindo.tests('test_helper', 'meta') do
+ 
+   tests('comparing welcome data against schema') do
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b9f209e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Add-missing-require-s.patch

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



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