[DRE-commits] [ruby-re2] 03/08: add missing require

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Aug 19 05:41:51 UTC 2017


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

praveen pushed a commit to branch master
in repository ruby-re2.

commit 6d755d0e819bc8a5868c35dc6f3ebf8d25f69543
Author: Pirate Praveen <praveen at debian.org>
Date:   Sat Aug 19 11:03:43 2017 +0530

    add missing require
---
 debian/patches/require-spec-helper.patch | 8 ++++++++
 debian/patches/series                    | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/patches/require-spec-helper.patch b/debian/patches/require-spec-helper.patch
new file mode 100644
index 0000000..8fe88e7
--- /dev/null
+++ b/debian/patches/require-spec-helper.patch
@@ -0,0 +1,8 @@
+--- a/spec/re2/match_data_spec.rb
++++ b/spec/re2/match_data_spec.rb
+@@ -1,3 +1,5 @@
++require 'spec_helper'
++
+ # encoding: utf-8
+ RSpec.describe RE2::MatchData do
+   describe "#to_a" do
diff --git a/debian/patches/series b/debian/patches/series
index a7985d8..e891100 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-c++11
+require-spec-helper.patch

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



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