Oh, that explains it. Thanks.
- Vineet
On Mon, Sep 8, 2014 at 7:13 PM, Tobias Kortkamp
wrote:
> That `lein midje` runs your expectations is just a side effect of
> expectations' behavior to run its tests on JVM shutdown. Use
> `(expectations/disable-run-on-shutdown)` to disable that feature.
>
Hello,
I am using expectations for writing tests in a code base that already
has other tests written using midje. What I observed is that running
`lein midje` also runs tests written using expectations. The functions
defined in the expectations-options namespace (with meta-data
:before-run, :after