[DRE-commits] [SCM] ruby-em-spec.git branch, master, updated. upstream/0.2.6-12-gc217bf5

Praveen Arimbrathodiyil praveen at debian.org
Wed May 15 12:52:59 UTC 2013


The following commit has been merged in the master branch:
commit c217bf5144b8728fcafe2c064b461b7b217de8fa
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed May 15 18:25:11 2013 +0530

    makde default task run both test and spec

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index ba477c5..d3bc7ee 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -14,5 +14,4 @@ Rake::TestTask.new(:test) do |t|
   t.verbose = true
 end
 
-task :default => :test
-task :default => :spec
+task :default => [:test, :spec]

-- 
ruby-em-spec.git



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