[DRE-commits] [origami] 02/19: Make tests run

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Nov 7 00:22:44 UTC 2014


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

terceiro pushed a commit to branch master
in repository origami.

commit ce6c15874f8db149d14a51a84672d5308b202e03
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Wed Sep 10 09:53:48 2014 -0300

    Make tests run
---
 debian/changelog       | 2 +-
 debian/ruby-tests.rake | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index eff570f..bfae81f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ruby-origami (0.1.0~FIXME-1) UNRELEASED; urgency=medium
+ruby-origami (1.2.7-1) UNRELEASED; urgency=medium
 
   * Initial release (Closes: #nnnn)
 
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 382a1a1..1a843f4 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,5 +1,6 @@
 require 'gem2deb/rake/testtask'
 
 Gem2Deb::Rake::TestTask.new do |t|
-  t.test_files = FileList['test/*_test.rb']
+  t.libs << 'test'
+  t.test_files = FileList['test/ts_pdf.rb']
 end

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



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