You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by lu...@apache.org on 2012/12/11 04:48:25 UTC

[12/14] git commit: * tests/cimi/spec_helper.rb: require json/pure so tests can run individually

* tests/cimi/spec_helper.rb: require json/pure so tests can run individually


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/fac338c8
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/fac338c8
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/fac338c8

Branch: refs/heads/master
Commit: fac338c8b94ab88ca0ada5465dd58e9e2ed97f18
Parents: 614b302
Author: David Lutterkort <lu...@redhat.com>
Authored: Tue Dec 4 01:14:17 2012 -0800
Committer: David Lutterkort <lu...@redhat.com>
Committed: Mon Dec 10 17:08:48 2012 -0800

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


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/fac338c8/server/tests/cimi/spec_helper.rb
----------------------------------------------------------------------
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'