On Wed, Apr 11, 2018 at 9:21 PM Renata Soares <[email protected]>
wrote:

> I found the problem... in my core.clj i was using (slurp *in*) to get
> contents via stdin.
> 'lein midje' performs 'lein run' first?
>

Not specifically, but your test namespace requires it, so it will run and
top-level code in it.  In Clojure, it's a good idea to make sure any
effects are in functions.

-Jason

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to