[DRE-commits] [ruby-babosa] 03/04: Make tests run
Balasankar C
balasankarc-guest at moszumanska.debian.org
Wed Dec 9 11:55:45 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-babosa.
commit 94394110ebfcb337d0f6791c769c74e413cf741d
Author: Balasankar C <balasankarc at autistici.org>
Date: Wed Dec 9 11:04:10 2015 +0530
Make tests run
---
debian/patches/remove-bundler.patch | 23 +++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 24 insertions(+)
diff --git a/debian/patches/remove-bundler.patch b/debian/patches/remove-bundler.patch
new file mode 100644
index 0000000..363a7c7
--- /dev/null
+++ b/debian/patches/remove-bundler.patch
@@ -0,0 +1,23 @@
+Description: Remove bundler requirement while running tests
+Author: Balasankar C <balasankarc at autistici.org>
+Last-Update: 2015-12-09
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -5,7 +5,7 @@
+ SimpleCov.start
+ end
+
+-require 'bundler/setup'
++#require 'bundler/setup'
+ require 'babosa'
+
+ shared_examples_for "a latin transliterator" do
+@@ -33,4 +33,4 @@
+ string = "Γερμανία"
+ expect(t.transliterate(string)).to match(/[\x0-\x7f]/)
+ end
+-end
+\ No newline at end of file
++end
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0712931
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-bundler.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-babosa.git
More information about the Pkg-ruby-extras-commits
mailing list