+1 On Dec 15, 2009, at 12:37 AM, Markus Roberts wrote:
> > Signed-off-by: Markus Roberts <[email protected]> > --- > spec/unit/node/environment.rb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/spec/unit/node/environment.rb b/spec/unit/node/ > environment.rb > index 6a775af..21c224f 100755 > --- a/spec/unit/node/environment.rb > +++ b/spec/unit/node/environment.rb > @@ -171,7 +171,7 @@ describe Puppet::Node::Environment do > env.expects(:modulepath).returns %w{/a} > Dir.expects(:entries).with("/a").returns %w{foo} > > - env.modules.each {|mod| mod.environment.should == > "testing" } > + env.modules.each {|mod| mod.environment.should == > env } > end > > it "should cache the module list" do > -- > 1.6.4 > > -- > > 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 > . > > -- I went to a restaurant that serves "breakfast at anytime". So I ordered French Toast during the Renaissance. -- Stephen Wright --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com -- 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.
