Re: Autotest for Clojure/Midje?

2012-12-12 Thread Wes Williams
thanks Brian that was just what I was looking for! just getting started with Midje and this made it much faster. On Tuesday, December 11, 2012 11:00:03 AM UTC-8, Brian Marick wrote: > > > On Dec 11, 2012, at 12:38 PM, Timothy Baldridge > > > wrote: > > > For a project I'm working on it would b

Re: Autotest for Clojure/Midje?

2012-12-11 Thread Brian Marick
On Dec 11, 2012, at 12:38 PM, Timothy Baldridge wrote: > For a project I'm working on it would be awesome to have my tests auto-rerun > after every file change. I know lazy test exists, but it doesn't work with > Lein2 it seems. (defproject ... :profiles {:dev {:dependencies [[midje "1.4.0

Re: Autotest for Clojure/Midje?

2012-12-11 Thread Jay Fields
another option: https://github.com/jaycfields/expectations & https://github.com/jakemcc/lein-autoexpect On Tue, Dec 11, 2012 at 12:38 PM, Timothy Baldridge wrote: > For a project I'm working on it would be awesome to have my tests auto-rerun > after every file change. I know lazy test exists, bu

Autotest for Clojure/Midje?

2012-12-11 Thread Timothy Baldridge
For a project I'm working on it would be awesome to have my tests auto-rerun after every file change. I know lazy test exists, but it doesn't work with Lein2 it seems. In the past I've used speclj with lein speclj -a. But I'd rather not use specs in this design, instead sticking with clojure's tes