[DRE-commits] [ruby-openid] 01/03: Explicitly load test/util.rb before running the tests
Cédric Boutillier
boutil at moszumanska.debian.org
Sun Aug 9 20:50:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-openid.
commit eefea01b9a5f31af6693043d32d284d61a0af464
Author: Cédric Boutillier <boutil at debian.org>
Date: Sun Aug 9 22:06:47 2015 +0200
Explicitly load test/util.rb before running the tests
---
debian/changelog | 4 ++++
debian/ruby-tests.rb | 2 ++
2 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 537816c..0be4928 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
ruby-openid (2.7.0debian-1~exp1) experimental; urgency=medium
+ [ Sebastien Badia ]
* Team upload.
* Target experimental and build with ruby 2.2.
* Add ruby-minitest to Build-Depends for ruby2.2
* Bump Standards-Version to 3.9.6 (no further changes)
* Update Vcs-Browser to cgit URL and HTTPS
+ [ Cédric Boutillier ]
+ * Explicitly load test/util.rb before running the tests
+
-- Sebastien Badia <seb at sebian.fr> Sun, 12 Apr 2015 21:39:53 +0200
ruby-openid (2.5.0debian-1) unstable; urgency=medium
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index cd8699e..087bb82 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -2,4 +2,6 @@ $: << "test"
Encoding.default_external="utf-8" if defined? Encoding
+require "./test/util"
+
Dir["test/test_*.rb"].each { |f| require f }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-openid.git
More information about the Pkg-ruby-extras-commits
mailing list