cookbook-cq
cookbook-cq copied to clipboard
Rewrite all tests to leverage new approach
#26 introduced totally new approach to test suites. Please rewrite all test suites in the same manner.
Remaining items from #26:
- [x] all tests need to be rewritten to include new properties (
count
,unique_fields
,enforce_count
,apply_all
andinclude_missing
). Additionallyappend
changed its behaviour a bit (affects just array type properties), so it needs to be updated in all test cases (it's not that important anymore, as that's just for arrays) - [x] update documentation in
README.md
file (properties and examples) - [x] remove extisting test recipes
- [ ] update all serverspec test suites
Test recipes were replaced by embedded test cookbooks in PR #52