jmadureira / netdata-cookbook

Chef cookbook to install FireHol's NetData
Apache License 2.0
14 stars 12 forks source link

Unit tests #25

Closed salsa-dev closed 6 years ago

salsa-dev commented 6 years ago

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.