[DRE-commits] [ruby-rails-html-sanitizer] 03/04: debian/ruby-tests.rake: re-enable test that was disabled

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Jan 26 22:01:24 UTC 2016


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

terceiro pushed a commit to branch master
in repository ruby-rails-html-sanitizer.

commit 14e1ecf1a1c4cc3522fa00af1ea91fca7420d98b
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Jan 26 19:39:38 2016 -0200

    debian/ruby-tests.rake: re-enable test that was disabled
---
 debian/changelog       | 1 +
 debian/ruby-tests.rake | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7f457d2..4f65325 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-rails-html-sanitizer (1.0.3-1) unstable; urgency=high
 
   * New upstream release. Contains fixes for several XSS vulnerabilities:
     CVE-2015-7578 CVE-2015-7579 CVE-2015-7580 (Closes: #812814)
+  * debian/ruby-tests.rake: re-enable test that was disabled
 
  -- Antonio Terceiro <terceiro at debian.org>  Tue, 26 Jan 2016 19:36:51 -0200
 
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 416f129..ea98ddf 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,5 +1,5 @@
 require 'gem2deb/rake/testtask'
 
 Gem2Deb::Rake::TestTask.new do |t|
-  t.test_files = FileList['test/**/*_test.rb'] - (FileList['test/sanitizer_test.rb'])
+  t.test_files = FileList['test/**/*_test.rb']
 end

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



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