Due to the need for writing unit tests for netdata_install resource (issue #24) and due to the overall moving to resources in netdata-cookbook I propose to rewrite unit tests according to example of the ark cookbook.
This includes adding new cookbook for specs: spec/fixtures/cookbooks/netdata_spec
And moving tests to: spec/unit/resources/
This will correlate to Chef's policy on the path for unit tests and will correlate with integration tests.
Due to the need for writing unit tests for netdata_install resource (issue #24) and due to the overall moving to resources in netdata-cookbook I propose to rewrite unit tests according to example of the ark cookbook. This includes adding new cookbook for specs:
spec/fixtures/cookbooks/netdata_spec
And moving tests to:spec/unit/resources/
This will correlate to Chef's policy on the path for unit tests and will correlate with integration tests.