[DRE-commits] [jekyll] 04/07: exclude tests with test-theme (needs gemspec magic)

Cédric Boutillier boutil at moszumanska.debian.org
Wed Aug 24 15:24:03 UTC 2016


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

boutil pushed a commit to branch master
in repository jekyll.

commit c26ff9bc68f9d68c6114ade4eaa1ed84af59adcd
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Aug 24 16:47:08 2016 +0200

    exclude tests with test-theme (needs gemspec magic)
---
 debian/ruby-tests.rake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index abf1ab5..e645cfb 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -3,6 +3,6 @@ require 'rake/testtask'
 task :default => :test
 Rake::TestTask.new do |t|
   t.libs << 'lib' << 'test'
-  t.test_files = FileList['test/test_*.rb'].exclude(/.*tag.*|.*plugin.*|.*convertible.*/)
+  t.test_files = FileList['test/test_*.rb'].exclude(/.*tag.*|.*plugin.*|.*convertible.*|.*theme.*/)
   t.verbose = true
 end

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



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