[DRE-commits] [ruby-webmock] 06/08: debian/ruby-tests.rake: exclude upstream code quality checks

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Jan 31 21:31:04 UTC 2016


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

terceiro pushed a commit to branch master
in repository ruby-webmock.

commit 56ca7e416510f9b22891d6e5fa0d5275f44a0009
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Jan 22 12:43:02 2016 -0200

    debian/ruby-tests.rake: exclude upstream code quality checks
---
 debian/changelog       | 2 ++
 debian/ruby-tests.rake | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d645fa9..a1b8fbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ ruby-webmock (1.22.6-1) UNRELEASED; urgency=medium
     anymore
   * New (build-)dependency: ruby-hashdiff
   * Skip tests for HTTP gem as backend (not yet available in Debian)
+  * debian/ruby-tests.rake: exclude upstream code quality checks, which will
+    fail on debian/patches/* and metadata.yml
 
  -- Antonio Terceiro <terceiro at debian.org>  Fri, 22 Jan 2016 11:45:36 -0200
 
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 27c8583..2be7118 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -5,7 +5,7 @@ ENV["NO_CONNECTION"]="true"
 
 RSpec::Core::RakeTask.new(:spec) do |t|
   t.rspec_opts = ["-c", "-f progress", "-r ./spec/spec_helper.rb"]
-  t.pattern = FileList["spec/**/*_spec.rb"].exclude("spec/acceptance/patron/*")
+  t.pattern = FileList["spec/**/*_spec.rb"].exclude("spec/acceptance/patron/*").exclude('spec/quality_spec.rb')
 end
 
 RSpec::Core::RakeTask.new(:spec_http_without_webmock) do |t|

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



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