Closed martinbonnin closed 9 months ago
For some reason it looks like shouldBeAFile passes if the file does not exist. I asked the question on slack here
shouldBeAFile
In the meantime, add shouldBeAnExistingFile() and disable a couple of tests that ~were~ should have been failing.
shouldBeAnExistingFile()
🤯
Thanks for raising this, I'll a dig through to see why the assertions weren't working before - it indicates something is wrong with the tests...
Thanks again!
For some reason it looks like
shouldBeAFile
passes if the file does not exist. I asked the question on slack hereIn the meantime, add
shouldBeAnExistingFile()
and disable a couple of tests that ~were~ should have been failing.