DRSNJM / board-ultimatum

Board game recommendation web app using the board ultimatum library.
board-ultimatum.herokuapp.com
2 stars 0 forks source link

Add testing infrastructure #7

Closed RyanMcG closed 11 years ago

RyanMcG commented 11 years ago

I added some infrastructure to add and run tests if you want to try some TDD. For information on how to use midje checkout the docs.

From the readme:

Use the following command to run tests:

lein midje

You can also check facts in a repl. This way you don't have to start up another JVM each time you want to retest.

=> (use 'midje.sweet)
=> (load-facts)

For more detailed instructions see the midje documentation on testing in the repl.