On 19 Feb 2014, at 18:36, HPUX_PUPPET <[email protected]> wrote: > > On Wednesday, February 19, 2014 9:28:55 AM UTC-5, Johan De Wit wrote: > Don't have any experience/access to hpux, but you can always show us > the code and the rspec files. > So we can have at least a look at it :) > > And multiple eyes see more then two :) > > > Thanks. I think I tracked the problem down to the source tree where I was > working. It seems I am missing some config flag or ENV variable to tell > rspec to test relative the to directory where I am working and it was not > getting the correct hpux_user.rb file, instead defaulting to the one > installed on the box. Now if I could just find out where to tell rspec to > use a specific source tree, it would probably be much better :)
Maybe you want to dig into bundle (see Gemfile from my example github code) and .fixtures.yaml file. Bundle has the possibility to install gems in a non-system path (not requiring root or sudo permissions) and use the gems from there instead of system gems. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/06B7B006-8DB9-4F6A-97A0-663DE441257E%40gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
