[DRE-commits] [ruby-omniauth-google-oauth2] 04/10: debian/ruby-tests.rake: update test files regex

Lucas Kanashiro kanashiro at moszumanska.debian.org
Wed Jun 22 13:34:01 UTC 2016


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

kanashiro pushed a commit to branch master
in repository ruby-omniauth-google-oauth2.

commit b0b65f6bfcf931af65830828b9481eb3f30eaf7d
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Tue Jun 21 12:17:04 2016 -0300

    debian/ruby-tests.rake: update test files regex
---
 debian/changelog       | 1 +
 debian/ruby-tests.rake | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 54e53ed..c0ad82a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ ruby-omniauth-google-oauth2 (0.4.1-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Imported Upstream version 0.4.1
   * debian/rules: export GEM2DEB_TEST_RUNNER = --check-dependencies
+  * debian/ruby-tests.rake: update test files regex
 
  -- Cédric Boutillier <boutil at moszumanska.debian.org>  Tue, 21 Jun 2016 12:12:51 -0300
 
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 89a753d..3005194 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-omniauth-google-oauth2.git



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