An automated test suite for the OpenTreeMap website.
To execute the test suite, first ensure that you have a Java Virtual Machine installed, then install Leiningen and execute the following command:
$ lein midje
Optionally, use the OTM_BASE_URL
environment variable to adjust the testing target:
$ OTM_BASE_URL=http://another-host:8080 lein midje
In order have Midje watch your source files for changes use:
$ lein midje :autotest