[DRE-commits] [ruby-version-sorter] 03/05: Changing from yaml file to rake for tests

Balasankar C balasankarc-guest at moszumanska.debian.org
Fri Mar 6 13:52:40 UTC 2015


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

balasankarc-guest pushed a commit to branch master
in repository ruby-version-sorter.

commit 3c35e0c735f017713965056ed1bbf6059710eb90
Author: Balasankar C <balasankarc at autistici.org>
Date:   Fri Mar 6 19:17:05 2015 +0530

    Changing from yaml file to rake for tests
---
 debian/ruby-test-files.yaml | 3 ---
 debian/ruby-tests.rake      | 6 ++++++
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 7f3cf89..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-- test/tags.rb
-- test/version_sorter_test.rb
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..4414e7d
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,6 @@
+require 'gem2deb/rake/testtask'
+
+Gem2Deb::Rake::TestTask.new do |t|
+  t.libs << 'lib' << 'test'
+  t.test_files = FileList['test/*test.rb']
+end

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



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