[DRE-commits] [ruby-feedparser] 04/05: Revert test runner to debian/ruby-tests.rb

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Mar 25 14:15:56 UTC 2016


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

terceiro pushed a commit to branch master
in repository ruby-feedparser.

commit 43d39028a44aee50942cfb9eced5df6036e05de4
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Mar 25 11:10:41 2016 -0300

    Revert test runner to debian/ruby-tests.rb
---
 debian/ruby-tests.rake | 6 ------
 debian/ruby-tests.rb   | 5 +++++
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
deleted file mode 100644
index 8290e4f..0000000
--- a/debian/ruby-tests.rake
+++ /dev/null
@@ -1,6 +0,0 @@
-require 'gem2deb/rake/testtask'
-
-Gem2Deb::Rake::TestTask.new do |t|
-  t.libs = ['test']
-  t.test_files = FileList['test/**/tc_*.rb']
-end
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..d4f5cf8
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1,5 @@
+ARGV.push '--verbose'
+
+require 'test/tc_sgml_parser.rb'
+require 'test/tc_feed_parse.rb'
+require 'test/tc_html2text_parser.rb'

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



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