On Thu, 30 Aug 2012, Dustin Mitchell wrote: > Hey folks, I've got a few small pull req's in and hope to make some larger, > but I'm having a heck of a time with the tests. I'm new to Ruby > development, so I'm probably doing something wrong. Well, several things, > probably. > > The tests actually run to completion on master, although there are some > problems with the locale stuff - I'll try to submit a patch for that. > > On 2.7.x (which I'm most interested in patching):
Deep in that file listing is:
/usr/bin/ruby18: No such file or directory -- bundle (LoadError)
Which means you're missing the "bundler" gem which you can install with:
% gem install bundler --no-ri --no-rdoc
If you've got other questions I find popping onto #puppet-dev (on Freenode) can
be helpful to
make progress rapidly on these kind of "bootstrapping" problems :)
Cheers
- R. Tyler Croy
--------------------------------------
Code: https://github.com/rtyler
Chatter: https://twitter.com/agentdero
signature.asc
Description: Digital signature
