Re: "lein midje :autotest" problem - fast re-init?

2014-09-28 Thread Brian Marick
On Sep 28, 2014, at 9:57 AM, Steve Ford wrote: > Any suggestions besides killing and restarting "lein midje :autotest" from > time to time? (To be avoided given the long delay starting it.) You can use Stuart Sierra's workflow: description: http://thinkrelevance.com/blog/2013/06/04/clojure-wor

"lein midje :autotest" problem - fast re-init?

2014-09-28 Thread Steve Ford
I've really been enjoying using "lein midje :autotest" to run my tests every time I do an editor save. However, I introduced a bug in my code which it didn't detect. I re-arranged some code and accidentally moved a function reference above the point where the function is defined. When I saved, t