+1 On Thu, Dec 10, 2009 at 2:38 PM, Jesse Wolfe <[email protected]> wrote: > 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 <[email protected]> > --- > spec/integration/file_serving/metadata.rb | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > 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" > -- > 1.6.5 > > -- > > You received this message because you are subscribed to the Google Groups > "Puppet Developers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/puppet-dev?hl=en. > > >
-- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
