[DRE-commits] [SCM] ruby-excon.git branch, master, updated. debian/0.13.4-1-11-gedfd924

Praveen Arimbrathodiyil praveen at debian.org
Sun May 19 19:52:14 UTC 2013


The following commit has been merged in the master branch:
commit dfbea36416da9aa11635a10e297ac4a354f83cc0
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat May 18 00:21:18 2013 +0530

    use shindo for tests

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index c4981c2..ce09105 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,10 +1,4 @@
-require 'rake/testtask'
-require 'rspec/core/rake_task'
+require 'shindo/rake'
+Shindo::Rake.new
 
-Rake::TestTask.new(:test) do |t|
-  t.libs << "test"
-  t.test_files = FileList['tests/**/*_tests.rb']
-  t.verbose = true
-end
-
-task :default => [:test]
+task :default => :tests

-- 
ruby-excon.git



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