[DRE-commits] [ruby-hamlit] 02/05: remove failing tests (they work only with haml 4.1)
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Jul 27 15:18:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-hamlit.
commit a488a694b684a050c51dffc87ba36bbf9da6a932
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Jul 27 18:47:21 2016 +0530
remove failing tests (they work only with haml 4.1)
---
debian/changelog | 1 +
debian/ruby-tests.rake | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 96d2029..8c02ec5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
ruby-hamlit (2.5.0+debian-1) unstable; urgency=medium
* Initial release (Closes: #829629)
+ * Disable haml tests (need haml 4.1.0.beta.1)
-- Pirate Praveen <praveen at debian.org> Sat, 23 Jul 2016 22:11:31 +0530
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 63f3fd6..49fc190 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -2,5 +2,5 @@ require 'gem2deb/rake/testtask'
Gem2Deb::Rake::TestTask.new do |t|
t.libs = ['test']
- t.test_files = FileList['test/**/*_test.rb'] + FileList['test/**/test_*.rb']
+ t.test_files = FileList['test/**/*_test.rb'] - FileList['test/haml/*_test.rb'] - FileList['test/hamlit/engine/attributes_test.rb']
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-hamlit.git
More information about the Pkg-ruby-extras-commits
mailing list