hectcastro / chef-collectd

A Chef cookbook to install collectd.
Apache License 2.0
23 stars 65 forks source link

Add some ChefSpec tests #40

Closed lanyonm closed 9 years ago

lanyonm commented 9 years ago

This PR adds a couple ChefSpec tests.

As you can see, I had to include the collectd::default recipe in the attribute_driven recipe. This is because the notifies :restart, "service[collectd]" will error if used without the default recipe. Hopefully this change isn't objectionable.

hectcastro commented 9 years ago

:+1: