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 2013/02/20 19:57:31 UTC

[1/4] git commit: * tests/test_helper.rb: run all initializers under the test environment

* tests/test_helper.rb: run all initializers under the test environment

This makes it possible to run individual tests again


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

Branch: refs/heads/master
Commit: d3e2719ebf27082b95bc45b09ac1101d6b229c9d
Parents: 9971eba
Author: David Lutterkort <lu...@redhat.com>
Authored: Tue Feb 19 20:51:54 2013 -0800
Committer: David Lutterkort <lu...@redhat.com>
Committed: Wed Feb 20 10:57:06 2013 -0800

----------------------------------------------------------------------
 server/tests/test_helper.rb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/d3e2719e/server/tests/test_helper.rb
----------------------------------------------------------------------
diff --git a/server/tests/test_helper.rb b/server/tests/test_helper.rb
index ff16de4..8d8073f 100644
--- a/server/tests/test_helper.rb
+++ b/server/tests/test_helper.rb
@@ -8,11 +8,11 @@ require 'require_relative' if RUBY_VERSION < '1.9'
 
 require 'singleton'
 
-require_relative '../lib/initializers/mock_initialize'
-require_relative '../lib/deltacloud/api.rb'
-
 ENV['RACK_ENV'] = 'test'
 
+require_relative '../lib/initialize'
+require_relative '../lib/deltacloud/api.rb'
+
 if ENV['COVERAGE']
   begin
     require 'simplecov'