[DRE-commits] [ruby-htree] 01/02: added ruby tests on build time
Jonas Genannt
jonas at brachium-system.net
Tue Nov 26 18:04:07 UTC 2013
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a commit to branch master
in repository ruby-htree.
commit 7f534ac20da27c7a81a308232bbcb110c397b86f
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Tue Nov 26 18:55:50 2013 +0100
added ruby tests on build time
---
debian/ruby-tests.rb | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..a42e17a
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1,6 @@
+$: << 'lib' << '.'
+
+# force encoding to UTF-8
+Encoding.default_external = 'UTF-8'
+
+Dir['test/*.rb'].each { |f| require f }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-htree.git
More information about the Pkg-ruby-extras-commits
mailing list