[Puppet-dev] Announce: puppetlabs_spec_helper 0.4.0 available

2012-12-26 Thread Branan Purvine-Riley
puppetlabs_spec_helper is a Rubygem to make writing and running module spec tests using rspec-puppet easier. It includes a set of common rake tasks and a spec_helper that correctly initializes puppet and rspec-puppet for testing. Changes: * Rake should fail if git can't clone repository * add ba

Re: [Puppet-dev] puppetlabs_spec_helper / puppet-rspec + hiera

2012-08-20 Thread Branan Purvine-Riley
The instructions given by justin were exactly what I had to say on the matter, which is why I never chimed in before. How did you patch your puppetlabs_spec_helper? Did you build your own gem? --Branan On Mon, Aug 20, 2012 at 12:14 PM, llowder wrote: > Sorry to re-open this, but I finished my

[Puppet-dev] Announce: puppetlabs_spec_helper 0.2.0 available

2012-07-05 Thread Branan Purvine-Riley
puppetlabs_spec_helper is a Rubygem to make writing and running module spec tests using rspec-puppet easier. It includes a set of common rake tasks and a spec_helper that correctly initializes puppet and rspec-puppet for testing. The code is available on github at http://github.com/puppetlabs/pupp

Re: [Puppet-dev] puppetlabs_spec_helper and hiera

2012-06-11 Thread Branan Purvine-Riley
Hi, Thanks for the bug report. None of the modules we developed the spec helper against use hiera, so it's great to hear from the community on this. I've implemented basic hiera support. I'd appreciate any feedback you have on it, especially suggestions on how to make sure hiera-based modules can

[Puppet-dev] Announce: puppetlabs_spec_helper 0.1.0 Available

2012-06-08 Thread Branan Purvine-Riley
puppetlabs_spec_helper is a Rubygem to make writing and running module spec tests using rspec-puppet easier. It includes a set of common rake tasks and a spec_helper that correctly initializes puppet and rspec-puppet for testing. The code is available on github at http://github.com/puppetlabs/pupp