Quantcast
Channel: User BvuRVKyUVlViVIc7 - Stack Overflow
Viewing all articles
Browse latest Browse all 42

Answer by BvuRVKyUVlViVIc7 for Errno::ENOENT: No such file or directory @ rb_file_s_mtime after feature tests

$
0
0

I'm not sure what you mean with the exception happens after the test?

Test should be usually atomic and independent, so all resources you create should be removed immediately after your test finished.Also tests are running in random order, so tests which rely on each other will fail sometimes - and sometimes not, depending on the run order.

Can you share the output or tests which fail?


Viewing all articles
Browse latest Browse all 42

Trending Articles