When following something like http://thinkrelevance.com/blog/2013/06/04/clojure-workflow-reloaded it'd be nice if I could have a project specific setting to a require function like (user/reset) so when I do cpr it'd call that first, then run tests instead of doing the manual requiring.
When following something like http://thinkrelevance.com/blog/2013/06/04/clojure-workflow-reloaded it'd be nice if I could have a project specific setting to a require function like
(user/reset)
so when I docpr
it'd call that first, then run tests instead of doing the manual requiring.