[DRE-commits] [ruby-zip-zip] 04/10: run tests using ruby-tests.rake
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri May 2 16:08:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-zip-zip.
commit 5f1a521f7f92156658f7b01e7f21e21211cbda6e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri May 2 21:11:15 2014 +0530
run tests using ruby-tests.rake
---
debian/ruby-tests.rake | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..fc925a8
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,9 @@
+require 'rake/testtask'
+Rake::TestTask.new(:test) do |test|
+ test.libs << 'test'
+ test.test_files = FileList["test/**/*_test.rb"]
+ test.verbose = false
+ test.warning = false
+end
+
+task :default => [:test]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-zip-zip.git
More information about the Pkg-ruby-extras-commits
mailing list