[DRE-commits] [SCM] ruby-shoulda-context.git branch, master, updated. 31cc88a23e4ed5a961c557d03fe3fd5210ee7fa0

Antonio Terceiro terceiro at softwarelivre.org
Tue Jun 7 04:20:07 UTC 2011


The following commit has been merged in the master branch:
commit 48ecbf4ab05a352c99641620f16af3e97b01d96c
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Sat Jun 4 23:28:00 2011 -0700

    Complete the tests Rakefile

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 5ddf7eb..19ac892 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,4 +1,7 @@
 # adapted from upstream Rakefile
+
+require 'rake/testtask'
+
 test_files_pattern = 'test/**/*_test.rb'
 Rake::TestTask.new do |t|
   t.libs << 'debian/ruby-shoulda-context/usr/lib/ruby/vendor_ruby'
@@ -6,3 +9,5 @@ Rake::TestTask.new do |t|
   t.pattern = test_files_pattern
   t.verbose = false
 end
+
+task :default => :test

-- 
ruby-shoulda-context.git



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