[DRE-commits] [ruby-axiom-types] 03/04: require rspec/its explicitly in tests
Cédric Boutillier
boutil at moszumanska.debian.org
Sun Jul 5 22:38:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-axiom-types.
commit b586a495eed561c6384a870cc8b89e82a4e571aa
Author: Cédric Boutillier <boutil at debian.org>
Date: Mon Jul 6 00:33:05 2015 +0200
require rspec/its explicitly in tests
---
debian/patches/rspec-its.patch | 15 +++++++++++++++
debian/patches/series | 1 +
2 files changed, 16 insertions(+)
diff --git a/debian/patches/rspec-its.patch b/debian/patches/rspec-its.patch
new file mode 100644
index 0000000..5f89df1
--- /dev/null
+++ b/debian/patches/rspec-its.patch
@@ -0,0 +1,15 @@
+Description: require explicitly rspec/its for tests
+Author: Cédric Boutillier <boutil at debian.org>
+Forwarded: no
+Last-Update: 2015-07-05
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -20,6 +20,7 @@
+ end
+ end
+
++require 'rspec/its'
+ require 'axiom-types'
+
+ include Axiom::Types
diff --git a/debian/patches/series b/debian/patches/series
index 9f62b99..7483485 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
remove_it_should_behave_like.patch
remove_devtools_spec_helper.patch
+rspec-its.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-axiom-types.git
More information about the Pkg-ruby-extras-commits
mailing list