[DRE-commits] [ruby-blankslate] 04/05: Run tests with rake
zeha at debian.org
zeha at debian.org
Tue Aug 18 15:27:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository ruby-blankslate.
commit 05511ce6304b04657c60cb253e00a9c59dafe03d
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Tue Aug 18 15:23:44 2015 +0000
Run tests with rake
---
debian/ruby-test-files.yaml | 2 --
debian/ruby-tests.rake | 4 ++++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index edbf52f..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
----
-- spec/blankslate_spec.rb
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..c6cf307
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,4 @@
+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-blankslate.git
More information about the Pkg-ruby-extras-commits
mailing list