Bostjan Skufca wrote:
> Ahh, I was looking in the test/ instead of spec/ directory...
> 
> Please excuse the quantity of my posts, but I would also like to ask
> what actually is expected to be tested?
> 

You might benefit from starting with the Rspec book to get your arms around 
Test 
Driven Development and then try to get more concrete by adding tests to your 
code.

With that said, you might find the output of:

spec spec/unit/provider/*.rb --format specdoc --dry-run

valuable to see how the existing providers are tested (that particular command 
just lists the tests; it doesn't actually do them).  And you should certainly 
browse through spec/unit/provider/ to see the actual tests themselves.

Also, if you want jump in and learn by doing, feel free to drop in to 
#puppet-dev on Freenode.

Steven Jenkins
End Point Corporation

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to