Brian Marick <[email protected]> writes: > Midje is getting to the point where it probably wants some sort of > configuration/customization file. Is there any sort of emerging idiom > for those in Clojure-land?
You could always piggy-back on Leiningen user-level profiles. Propagating the :midje key from the project map argument into the code run inside the project's JVM would allow you to benefit from the fact that Leiningen 2.x merges the :user profile in ~/.lein/profiles.clj with the project map before invoking any task. -Phil -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
