You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by lu...@redhat.com on 2013/03/01 01:08:22 UTC

[PATCH 2/3] * tests/test_helper.rb: quietly ignore missing 'turn'

From: David Lutterkort <lu...@redhat.com>

---
 server/tests/test_helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/tests/test_helper.rb b/server/tests/test_helper.rb
index 4d5b1ef..61ee26d 100644
--- a/server/tests/test_helper.rb
+++ b/server/tests/test_helper.rb
@@ -26,7 +26,7 @@ end
 begin
   require 'turn'
 rescue LoadError => e
-  warn "[WARN] The 'turn' gem is not available. (#{e.message})"
+  # We'll be fine
 end
 
 begin
-- 
1.8.1.2