[DRE-commits] [ruby-grape] 08/11: disable some tests

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Jul 3 17:03:08 UTC 2017


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

praveen pushed a commit to branch master
in repository ruby-grape.

commit 68d54392b3671f5f7b3d0d90c07aef98c2f359e8
Author: Pirate Praveen <praveen at debian.org>
Date:   Mon Jul 3 22:26:51 2017 +0530

    disable some tests
---
 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 cf1591e..f996fbc 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,5 +1,6 @@
 require 'gem2deb/rake/spectask'
 
 Gem2Deb::Rake::RSpecTask.new do |spec|
-  spec.pattern = './spec/**/*_spec.rb'
+# needs rack-jsonp
+  spec.pattern = FileList['./spec/**/*_spec.rb'] - FileList['./spec/grape/entity_spec.rb']
 end

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



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