[DRE-commits] [ruby-mixlib-install] 09/15: Run tests during build

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Thu Aug 4 15:43:33 UTC 2016


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

tsfgnu-guest pushed a commit to branch master
in repository ruby-mixlib-install.

commit 8c190e826fef6e40370e6479032f334181df859a
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Thu Jun 16 19:12:18 2016 +0300

    Run tests during build
---
 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-mixlib-install.git



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