[DRE-commits] [ruby-cri] 02/02: debian/ruby-tests.rake: make it work
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Aug 30 14:21:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-cri.
commit 28bb81cf05c6787c8cf381e453b8f3c3d6bb3b87
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sun Aug 30 11:17:56 2015 -0300
debian/ruby-tests.rake: make it work
---
debian/changelog | 4 +++-
debian/ruby-tests.rake | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index b878ee6..d28195e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
-ruby-cri (2.7.0-1.1) UNRELEASED; urgency=medium
+ruby-cri (2.7.0-2) unstable; urgency=medium
* Team upload.
* Update packaging with a new dh-make-ruby run
+ - debian/ruby-tests.rake revamped to work against newer infrastructure
+ (Closes: #796457)
-- Antonio Terceiro <terceiro at debian.org> Sun, 30 Aug 2015 11:11:24 -0300
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 63f3fd6..8acfdbb 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -2,5 +2,6 @@ require 'gem2deb/rake/testtask'
Gem2Deb::Rake::TestTask.new do |t|
t.libs = ['test']
+ t.ruby_opts = ['-r./test/helper.rb']
t.test_files = FileList['test/**/*_test.rb'] + FileList['test/**/test_*.rb']
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-cri.git
More information about the Pkg-ruby-extras-commits
mailing list