Note you can do the same thing in midje :
https://github.com/marick/Midje/wiki/Auto test - it works quite nicely.
On 20 Oct 2013 21:04, "Waldemar" <waldemar.sch...@googlemail.com> wrote:

> I noticed that some struggle finding a good TDD workflow, in 
> Clojure<https://plus.google.com/s/%23Clojure>,
> with a rapid feedback cycle because of the JVM startup time. Especially
> the people comming from RSpec.
>
> So I wrote down my workflow, that is based on speclj, which supports
> auotesting and the typical "describe" "it" "should" way of describing
> things.
> When using the autotesting feature, it keeps a JVM running, this way test
> run with only milliseconds of overhead.
>
>
> http://velrok.github.io/blog/2013/10/20/test-driven-development-tdd-with-clojure/
>
> All the best,
> Waldemar
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> 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 clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to