v2.1.0
New methods
assert.objectContent()to assert an object contains at least a set of keysassert.JSONFileContent()to assert a JSON file contains at least a set of keys (rely ofassert.objectContent())
Improvements
- Failing
assert.fileContent()will now print the target file content.