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 2012/12/06 03:42:46 UTC

[PATCH 02/13] * tests/cimi/spec_helper.rb: require json/pure so tests can run individually

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

---
 server/tests/cimi/spec_helper.rb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/server/tests/cimi/spec_helper.rb b/server/tests/cimi/spec_helper.rb
index 6ec7b0d..8e86701 100644
--- a/server/tests/cimi/spec_helper.rb
+++ b/server/tests/cimi/spec_helper.rb
@@ -18,6 +18,7 @@ require 'rubygems'
 require 'minitest/autorun'
 require 'minitest/spec'
 require 'xmlsimple'
+require 'json/pure'
 require 'require_relative' if RUBY_VERSION < '1.9'
 
 require_relative '../../lib/deltacloud/core_ext.rb'
-- 
1.7.7.6