[DRE-commits] [ruby-openid] 07/10: Enable test suite at build time

Cédric Boutillier boutil at moszumanska.debian.org
Fri Mar 14 15:32:17 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-openid.

commit ef5d0ffb98336b952c7b2bbce89c98ef9d68dfe2
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Mar 14 15:55:35 2014 +0100

    Enable test suite at build time
---
 debian/ruby-tests.rb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..cd8699e
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1,5 @@
+$: << "test"
+
+Encoding.default_external="utf-8" if defined? Encoding
+
+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