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/10 11:10:31 UTC

git commit: Client: Fixed wrong directory name for tests in gemspec

Updated Branches:
  refs/heads/master 758171090 -> aea86dfa1


Client: Fixed wrong directory name for tests in gemspec


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

Branch: refs/heads/master
Commit: aea86dfa14a55e9da51ce6ffb5b5f40eed4458e0
Parents: 7581710
Author: Michal Fojtik <mf...@redhat.com>
Authored: Wed Jan 9 16:14:14 2013 +0100
Committer: Michal fojtik <mf...@redhat.com>
Committed: Thu Jan 10 11:10:15 2013 +0100

----------------------------------------------------------------------
 client/deltacloud-client.gemspec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/aea86dfa/client/deltacloud-client.gemspec
----------------------------------------------------------------------
diff --git a/client/deltacloud-client.gemspec b/client/deltacloud-client.gemspec
index 771964e..1b14f43 100644
--- a/client/deltacloud-client.gemspec
+++ b/client/deltacloud-client.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
   s.version = Deltacloud::API_VERSION
   s.summary = %q{Deltacloud REST Client}
   s.files = Dir['Rakefile', 'lib/**/*.rb']
-  s.test_files= Dir.glob("specs/**/**")
+  s.test_files= Dir.glob("tests/**/**")
   s.extra_rdoc_files = Dir["LICENSE", "NOTICE", "DISCLAIMER"]
 
   s.add_dependency('rest-client', '>= 1.6.1')