[DRE-commits] [ruby-http] 02/03: d/tests: Fix spec target (run all the tests)

Sebastien Badia sbadia-guest at moszumanska.debian.org
Wed Mar 2 13:01:42 UTC 2016


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

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

commit 1a0f5f66a9982e6a8b9ae742267bb84bf84c6e12
Author: Sebastien Badia <seb at sebian.fr>
Date:   Wed Mar 2 09:57:00 2016 -0300

    d/tests: Fix spec target (run all the tests)
---
 debian/ruby-tests.rake | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

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