[DRE-commits] [ruby-minitar] 03/09: d/tests: Refresh packaging using dh-make-ruby

Sebastien Badia sbadia at moszumanska.debian.org
Sun Jun 11 18:03:02 UTC 2017


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

sbadia pushed a commit to branch master
in repository ruby-minitar.

commit b8a359f94d6c4d41d9d9ba9f148885494ada89a9
Author: Sebastien Badia <seb at sebian.fr>
Date:   Sun Jun 11 19:51:58 2017 +0200

    d/tests: Refresh packaging using dh-make-ruby
---
 debian/ruby-test-files.yaml | 2 --
 debian/ruby-tests.rake      | 6 ++++++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 1aaa9e2..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
----
-- tests/testall.rb
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-minitar.git



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