I've created a simple module to play with rspec-puppet, and I'm having
trouble getting my tests to pass because it appears I can't set the value
of $title -- It's always the name of my module.
I think perhaps I'm not understanding something about $title in puppet or
let( :title ) in rspec-puppe
>
> I'd probably recommend trying to write a test for one of your
> real-world puppet modules as I think the issue is with the Puppet code
> more than the tests.
>
Thanks for the feedback and links Stephen and Gareth.
Gareth's comment sums things up nicely. I'm dealing a large amount of
Pu