[DRE-commits] [ruby-airbrussh] 02/06: d/ruby-tests.rake: create file with dh-make-ruby

Samuel Henrique samueloph-guest at moszumanska.debian.org
Wed Nov 15 16:08:39 UTC 2017


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

samueloph-guest pushed a commit to branch master
in repository ruby-airbrussh.

commit 4207d1ecb2a6fe1b9e60263da28c3ee152923626
Author: Samuel Henrique <samueloph at gmail.com>
Date:   Wed Nov 15 13:39:06 2017 -0200

    d/ruby-tests.rake: create file with dh-make-ruby
---
 debian/ruby-tests.rake | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..63f3fd6
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,6 @@
+require 'gem2deb/rake/testtask'
+
+Gem2Deb::Rake::TestTask.new do |t|
+  t.libs = ['test']
+  t.test_files = FileList['test/**/*_test.rb'] + FileList['test/**/test_*.rb']
+end

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



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