Skip to content
ikenna edited this page Dec 10, 2012 · 4 revisions
  1. Download Leiningen. For the moment, these tutorials assume Leiningen 1, not the forthcoming Leiningen 2. (For Leiningen 2, please see https://github.com/marick/lein-midje)

  2. To learn more about Leiningen, what it does, and how it structures projects, read (or skim) the tutorial:

    lein help tutorial

    (Note that the tutorial on the Leiningen website describes Leiningen 2, unlike the one lein help prints.)

  3. Add the lein midje command, which you will use to run tests:

    lein plugin install lein-midje 1.0.10

Next: Checkers

Clone this wiki locally