Open
Description
Hey,
I was wondering if it would be beneficial to add AnyTime
to the library so that I don't need to define it in my test code.
I would also wonder if a AnyString
would be useful. I had to create something like that to handle mocking the creation of a User model with a password that need to be encrypted via bcrypt before storing into the database. AnyString is useful because bcrypt doesn't always output the same thing every time and makes matching troublesome.
Thanks again for this library!