Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 463 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 463 Bytes

midje-intro

Some sample code for my Midje introduction talk at :clojureD 2015.

The project uses Midje.

How to run the tests

lein midje will run all tests.

lein midje namespace.* will run only tests beginning with "namespace.".

lein midje :autotest will run all the tests indefinitely. It sets up a watcher on the code files. If they change, only the relevant tests will be run again.