[DRE-commits] [SCM] ruby-faraday.git branch, master, updated. upstream/0.8.7-20-g1d8e656
Praveen Arimbrathodiyil
praveen at debian.org
Mon May 20 14:27:27 UTC 2013
The following commit has been merged in the master branch:
commit 87367a2da44a15e928c44595407a62826df3dea8
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon May 20 19:40:41 2013 +0530
enable excon tests and skip typhoeus
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 04330c5..1a86261 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,5 +1,7 @@
-#exec("script/test logger net_http_persistent net_http_test patron rack test_middleware")
-exec("script/test")
+exec("script/test logger net_http_persistent net_http_test patron rack test_middleware excon")
+
+# uncomment this when all tests can be run
+#exec("script/test")
# TODO:
@@ -9,5 +11,6 @@ exec("script/test")
# https://github.com/lostisland/faraday/issues/272
#exec("script/test excon")
-# typhoeus is not packaged yet (#662687)
+# typhoeus >=0.3 already provides a faraday adapter
+# https://github.com/lostisland/faraday/issues/274
#exec("script/test typhoeus")
--
ruby-faraday.git
More information about the Pkg-ruby-extras-commits
mailing list