Re: [Puppet Users] rspec testing dependancies

2015-04-02 Thread choffee
Thanks for the info Gareth. I have managed to get it working as you suggested. Lots of other good stuff in that docker module as well. I still feel that for true spec testing I should be able to test each class standalone but maybe I am trying to break things down too much. Thanks john On Wed

Re: [Puppet Users] rspec testing dependancies

2015-04-01 Thread Gareth Rushgrove
On 1 April 2015 at 15:37, choffee wrote: > Hi, > > I am having some trouble testing some classes using rspec. > > I have three classes. init, service and config. > > service contains just the service settings with a class setting for service > name eg. > > class tc::service ( >$service_name =>