[DRE-commits] [ruby-test-after-commit] 05/06: d/patches: Disable bundler usage during spec tests
Sebastien Badia
sbadia-guest at moszumanska.debian.org
Sun Dec 20 22:41:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
sbadia-guest pushed a commit to branch master
in repository ruby-test-after-commit.
commit 491179d04430180e749aeeb8a4afb2468084abb4
Author: Sebastien Badia <seb at sebian.fr>
Date: Sun Dec 20 23:22:39 2015 +0100
d/patches: Disable bundler usage during spec tests
---
debian/patches/001_remove-bundler.patch | 12 ++++++++++++
debian/patches/series | 1 +
2 files changed, 13 insertions(+)
diff --git a/debian/patches/001_remove-bundler.patch b/debian/patches/001_remove-bundler.patch
new file mode 100644
index 0000000..57096b5
--- /dev/null
+++ b/debian/patches/001_remove-bundler.patch
@@ -0,0 +1,12 @@
+Description: Remove bundler setup gem (spec tests)
+Author: Sebastien Badia <seb at sebian.fr>
+Forwarded: not-needed
+Last-Update: 2015-12-20
+
+--- ruby-test-after-commit-0.4.2.orig/spec/spec_helper.rb
++++ ruby-test-after-commit-0.4.2/spec/spec_helper.rb
+@@ -1,4 +1,3 @@
+-require 'bundler/setup'
+ require File.expand_path '../database', __FILE__
+ I18n.enforce_available_locales = false
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5769a33
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+001_remove-bundler.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-test-after-commit.git
More information about the Pkg-ruby-extras-commits
mailing list