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

Praveen Arimbrathodiyil praveen at debian.org
Tue May 14 18:15:50 UTC 2013


The following commit has been merged in the master branch:
commit 3fa6f22085cab636e6bf390aa9af3ab8bbcb27ab
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue May 14 23:45:56 2013 +0530

    run only *_spec.rb

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 4319b52..ba477c5 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -5,7 +5,7 @@ require 'rake/testtask'
 require 'rspec/core/rake_task'
 
 RSpec::Core::RakeTask.new(:spec) do |spec|
-  spec.pattern      = './spec/**/rspec*.rb'
+  spec.pattern      = './spec/**/*_spec.rb'
 end
 
 Rake::TestTask.new(:test) do |t|

-- 
ruby-em-spec.git



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