You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2013/01/21 11:19:15 UTC

git commit: Tests: Replace 'Deltacloud::Database' class with string in DB tests

Updated Branches:
  refs/heads/master 63081221c -> 224788824


Tests: Replace 'Deltacloud::Database' class with string in DB tests


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

Branch: refs/heads/master
Commit: 2247888242083ca85c18fbd38456cab6354603d5
Parents: 6308122
Author: Michal Fojtik <mf...@redhat.com>
Authored: Mon Jan 21 11:18:37 2013 +0100
Committer: Michal fojtik <mf...@redhat.com>
Committed: Mon Jan 21 11:18:37 2013 +0100

----------------------------------------------------------------------
 server/tests/cimi/db/schema_test.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/22478882/server/tests/cimi/db/schema_test.rb
----------------------------------------------------------------------
diff --git a/server/tests/cimi/db/schema_test.rb b/server/tests/cimi/db/schema_test.rb
index a7984d8..2c71e85 100644
--- a/server/tests/cimi/db/schema_test.rb
+++ b/server/tests/cimi/db/schema_test.rb
@@ -4,7 +4,7 @@ require 'require_relative' if RUBY_VERSION < '1.9'
 require_relative 'db_helper.rb'
 require_relative '../spec_helper.rb'
 
-describe Deltacloud::Database do
+describe "Deltacloud::Database" do
 
   include Deltacloud::DatabaseTestHelper