[DRE-commits] [ruby-parallel] 09/13: run tests with rake

Cédric Boutillier boutil at moszumanska.debian.org
Sun Dec 25 23:23:25 UTC 2016


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

boutil pushed a commit to branch master
in repository ruby-parallel.

commit 6d60af6af8be51e8ec2ba30708c25b243ca10db6
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sat Nov 19 01:50:55 2016 +0100

    run tests with rake
---
 debian/ruby-tests.rake | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..cf1591e
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,5 @@
+require 'gem2deb/rake/spectask'
+
+Gem2Deb::Rake::RSpecTask.new do |spec|
+  spec.pattern = './spec/**/*_spec.rb'
+end

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



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