What? A Boot task to run Expectations tests. Where? https://github.com/seancorfield/boot-expectations
Thanks to: Alan Dipert and Micha Niskin for their help and patience as I learned enough of Boot 2.5 to write this! What’s next? Task options to filter / exclude test. And anything else the community might want! Why? World Singles has a large and ugly Ant script for build / test / deploy stuff that calls out to Leiningen for various things. We’ve always wanted to replace it (or large parts of it) with Clojure but Leiningen plugins have never seemed a "good fit" for general purpose (non-Clojure) build stuff. Boot looks much more suitable with general purpose tasks and the Filesets abstraction. In order for us to switch to Boot, we must be able to everything we currently do with Leiningen, and we rely on lein-expectations and lein-autoexpect a lot, so running Expectations with Boot was a prerequisite and a first step! Sean Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "Perfection is the enemy of the good." -- Gustave Flaubert, French realist novelist (1821-1880) -- 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 --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
