[DRE-commits] [ruby-thread-safe] 02/02: Switch test runner to rake
Antonio Terceiro
terceiro at moszumanska.debian.org
Tue Nov 3 20:00:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-thread-safe.
commit 57b9dd81adc6eaa5f24f5a8fd46f3b8066f81f3a
Author: Antonio Terceiro <terceiro at debian.org>
Date: Tue Nov 3 17:35:00 2015 -0200
Switch test runner to rake
---
debian/changelog | 1 +
debian/ruby-test-files.yaml | 6 ------
debian/ruby-tests.rake | 4 ++++
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5e977b3..a8f828d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-thread-safe (0.3.5-2) unstable; urgency=medium
* Team upload
* Upload to unstable.
+ * Switch test runner to rake
-- Antonio Terceiro <terceiro at debian.org> Tue, 03 Nov 2015 17:09:44 -0200
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 94f0fe7..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-- test/test_array.rb
-- test/test_cache.rb
-- test/test_cache_loops.rb
-- test/test_hash.rb
-- test/test_helper.rb
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..8abecdb
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,4 @@
+require 'gem2deb/rake/testtask'
+Gem2Deb::Rake::TestTask.new do |t|
+ t.test_files = FileList["test/**/*.rb"]
+end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-thread-safe.git
More information about the Pkg-ruby-extras-commits
mailing list