[DRE-commits] [ruby-dependor] 01/03: add a patch for basic RSpec3 support (Closes: #795030)
Cédric Boutillier
boutil at moszumanska.debian.org
Wed Aug 12 12:53:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-dependor.
commit 6ce835047720b6bb0286f71d0dc770b7cf10469c
Author: Cédric Boutillier <boutil at debian.org>
Date: Wed Aug 12 14:46:21 2015 +0200
add a patch for basic RSpec3 support (Closes: #795030)
---
debian/patches/rspec3.patch | 15 +++++++++++++++
debian/patches/series | 1 +
2 files changed, 16 insertions(+)
diff --git a/debian/patches/rspec3.patch b/debian/patches/rspec3.patch
new file mode 100644
index 0000000..91bae09
--- /dev/null
+++ b/debian/patches/rspec3.patch
@@ -0,0 +1,15 @@
+Description: Use RSpec3 option for color
+Bug-Debian: https://bugs.debian.org/795030
+Bug: https://github.com/psyho/dependor/issues/9
+Author: Cédric Boutillier <boutil at debian.org>
+Last-Update: 2015-08-12
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -4,5 +4,5 @@
+ require 'dependor/shorty'
+
+ RSpec.configure do |c|
+- c.color_enabled = true
++ c.color = true
+ end
diff --git a/debian/patches/series b/debian/patches/series
index 48e2598..e16e45b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
clean_spec_helper.patch
+rspec3.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-dependor.git
More information about the Pkg-ruby-extras-commits
mailing list