For example, it generated a log(my_work.log) content as:
I, [2015-05-14T00:00:00.000000 #5590] INFO -- : Work started.
I want to test if my_work.log has content Work started.
, how to do?
I don't want to match all line include datetime, because that contains #5590
, I can't stub it.