[DRE-commits] [SCM] ruby-shoulda-matchers.git branch, master, updated. debian/1.0.0_beta2-1-9-g32612a0

Praveen Arimbrathodiyil praveen at debian.org
Wed May 22 17:39:56 UTC 2013


The following commit has been merged in the master branch:
commit 32612a083c481acd516440a8b22d582a8d3a7819
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed May 22 23:09:14 2013 +0530

    run tests

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 9c45abe..89a753d 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,3 +1,7 @@
-task :default do
-  puts "FIXME: tests not running because of missing dependencies"
+require 'rspec/core/rake_task'
+
+RSpec::Core::RakeTask.new(:spec) do |spec|
+  spec.pattern      = './spec/**/*_spec.rb'
 end
+
+task :default => :spec

-- 
ruby-shoulda-matchers.git



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