[Puppet Users] puppet-rspec / puppetlabs_spec_helper

2012-08-17 Thread llowder
I am using puppet 2.7.14 on Ubuntu 10.04 LTS. I have the following gems: *** LOCAL GEMS *** diff-lcs (1.1.3) hiera (0.3.0) hiera-puppet (0.3.0) metaclass (0.0.1) mocha (0.12.1) puppet-lint (0.1.13) puppetlabs_spec_helper (0.2.0) rake (0.9.2.2) rspec (2.11.0) rspec-core (2.11.1)

Re: [Puppet Users] puppet-rspec / puppetlabs_spec_helper

2012-08-17 Thread Justin Stoller
On Fri, Aug 17, 2012 at 8:42 AM, llowder llowde...@gmail.com wrote: I am using puppet 2.7.14 on Ubuntu 10.04 LTS. I have the following gems: *** LOCAL GEMS *** diff-lcs (1.1.3) hiera (0.3.0) hiera-puppet (0.3.0) metaclass (0.0.1) mocha (0.12.1) puppet-lint (0.1.13)

Re: [Puppet Users] puppet-rspec / puppetlabs_spec_helper

2012-08-17 Thread llowder
On Friday, August 17, 2012 10:58:40 AM UTC-5, Justin Stoller wrote: This is RSpec using an old way of initializing Rake. see: http://stackoverflow.com/questions/6085610/ruby-on-rails-and-rake-problems-uninitialized-constant-rakedsl for more discussion and possible solutions. Lemme

Re: [Puppet Users] puppet-rspec / puppetlabs_spec_helper

2012-08-17 Thread llowder
Got this fixed, seems the new box had an old version of rake installed and when I did gem install rake, it did not update the system bin. On Friday, August 17, 2012 11:16:28 AM UTC-5, llowder wrote: On Friday, August 17, 2012 10:58:40 AM UTC-5, Justin Stoller wrote: This is RSpec using