Assert metadata of a file
Can I assert metadata of a file, like permissions, file type, access time, etc?
Also, it would be nice to have a API to crate/touch a file with specific permission (mode).
We support file type assertions. There aren't permission or access time assertions or fixture support yet. I wasn't sure what all types people would need.
Seems reasonable to add these but I will note, these will probably not be a priority for me to implement.
Ok, for me, I try to use it to test the chmod util.
Dependent on #73
Hi, does this feature depends on anything? I can't find any #73.
Sorry about that, the fun of forgetting which repo I'm in. I meant https://github.com/assert-rs/predicates-rs/issues/73