Re: testing platform , midje or specjl ?

2014-11-15 Thread Steve Ford
Hi Colin I'm a beginner, and I started with midje. But I was very interested to read your thoughts about clojure.test being more opinionated. Since I'm still learning, I suspect I would benefit from clojure.test's encouragement to be more idiomatic. However, one thing I absolutely love is mi

"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

Clojure REPL startup code

2014-09-15 Thread Steve Ford
I have some nice debug tools that I want automatically read in when I start a REPL (I most-often use cider in emacs). I sort-of managed it with the following "~/.lein/profiles.clj" file: {:user {:plugins [[lein-midje "3.1.3"]] :dependencies [[org.clojure/tools.trace "0.7.8"]]