[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. puppet-0.24.5-rc3-1601-gf8c1b08
James Turnbull
james at lovedthanlost.net
Fri Jan 15 09:07:38 UTC 2010
The following commit has been merged in the upstream branch:
commit 979440f6e9131a71c0d600fc8bcbf2934afadaf4
Author: Jesse Wolfe <jes5199 at gmail.com>
Date: Thu Dec 10 14:30:16 2009 -0800
Fixing 2862 spec/integration/file_serving/metadata.rb fails unless run with other tests
Due to some heavy mocking, this code was failing to load a dependency.
If the `require` happens earlier, then the test passes.
Signed-off-by: Jesse Wolfe <jes5199 at gmail.com>
diff --git a/spec/integration/file_serving/metadata.rb b/spec/integration/file_serving/metadata.rb
index 10c884f..bd105e4 100755
--- a/spec/integration/file_serving/metadata.rb
+++ b/spec/integration/file_serving/metadata.rb
@@ -7,6 +7,7 @@ require File.dirname(__FILE__) + '/../../spec_helper'
require 'puppet/file_serving/metadata'
require 'shared_behaviours/file_serving'
+require 'puppet/indirector/file_metadata/file_server'
describe Puppet::FileServing::Metadata, " when finding files" do
it_should_behave_like "Puppet::FileServing::Files"
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list