I find myself writing things like ``` @fact a == b ``` a lot, instead of ``` @fact a == b --> true ``` Could we add the `--> true` automatically if it is not present, to make it more like `Base.Test` and save effort? Enabling this could be made optional.
I find myself writing things like
a lot, instead of
Could we add the
--> trueautomatically if it is not present, to make it more likeBase.Testand save effort? Enabling this could be made optional.