[DRE-commits] [ruby-amq-protocol] 07/09: debian/ruby-tests.rake: change spec.pattern

Lucas Kanashiro kanashiro.duarte at gmail.com
Thu Mar 10 03:00:17 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository ruby-amq-protocol.

commit 27591d48a4e65376ef8d12bc9480016d7cf810ab
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Mar 9 23:33:33 2016 -0300

    debian/ruby-tests.rake: change spec.pattern
---
 debian/changelog       | 1 +
 debian/ruby-tests.rake | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ef5a70e..4819e66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ ruby-amq-protocol (2.0.1-1) UNRELEASED; urgency=medium
   * debian/patches: refresh disable_bundler patch
   * debian/copyright: update year of upstream copyright
   * debian/copyright: update Debian packaging copyright
+  * debian/ruby-tests.rake: change spec.pattern
 
  -- Cédric Boutillier <boutil at moszumanska.debian.org>  Wed, 09 Mar 2016 23:11:15 -0300
 
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index b0bf936..89a753d 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,7 +1,7 @@
 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-amq-protocol.git



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