[DRE-commits] [ruby-http] 04/04: updated the way the test runs

Nitesh A Jain niteshjain-guest at moszumanska.debian.org
Fri Oct 24 20:22:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

niteshjain-guest pushed a commit to branch master
in repository ruby-http.

commit 7cc9b6ae9797a9c43e475a24f6c470118ddad43f
Author: Nitesh A Jain <nitesh.j at directi.com>
Date:   Sat Oct 25 01:47:16 2014 +0530

    updated the way the test runs
---
 debian/ruby-tests.rake | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 89a753d..ad9b9e0 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,7 +1,8 @@
 require 'rspec/core/rake_task'
 
 RSpec::Core::RakeTask.new(:spec) do |spec|
-  spec.pattern      = './spec/**/*_spec.rb'
+  spec.pattern = './spec/*_spec.rb'
 end
 
 task :default => :spec
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-http.git



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