ztombol / bats-file

Common filesystem assertions for Bats
Creative Commons Zero v1.0 Universal
51 stars 50 forks source link

Add assert_file_empty and assert_file_not_empty #1

Open marema31 opened 7 years ago

marema31 commented 7 years ago

I needed to test that error log is empty for a lot of operation.

I propose to add it and the negation of it.