[DRE-commits] [ruby-docker-api] 03/09: Enable unit tests

Miguel Landaeta nomadium at moszumanska.debian.org
Tue Mar 4 19:21:01 UTC 2014


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

nomadium pushed a commit to branch master
in repository ruby-docker-api.

commit 4e868288d0e7832e3f54d3f6c292a794468d418a
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Tue Mar 4 14:21:48 2014 -0300

    Enable unit tests
---
 debian/ruby-tests.rb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..cef67e7
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1,3 @@
+$: << 'spec'  << '.'
+# vcr tests are excluded because is not available in Debian yet: #695195.
+Dir['{spec}/**/*.rb'].reject { |f| f =~ /vcr/ }.each { |f| require f }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-docker-api.git



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