[DRE-commits] [chef] 09/13: Create debian/ruby-tests.rake to run tests during the build
Lucas Kanashiro
kanashiro.duarte at gmail.com
Wed May 4 15:54:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository chef.
commit 0d3dd729f603b5339b701840d9feb89d4e8915bb
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Mon Apr 4 21:46:39 2016 -0300
Create debian/ruby-tests.rake to run tests during the build
---
debian/changelog | 1 +
debian/ruby-tests.rake | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 68c2448..475dce2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ chef (12.7.2-1) UNRELEASED; urgency=medium
* debian/control: update dependencies
* Bump debhelper compatibility level to 9
* Declare compliance with Debian policy 3.9.7
+ * Create debian/ruby-tests.rake to run tests during the build
-- Lucas Kanashiro <kanashiro.duarte at gmail.com> Thu, 03 Mar 2016 15:18:38 -0300
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/chef.git
More information about the Pkg-ruby-extras-commits
mailing list