speclj-twmn is a plugin for speclj that shows success and failure messages with twmn.
If you use leiningen, add the following to your project.clj under the :dev profile:
:dependencies [[speclj-twmn "0.0.1"]]
The original speclj-growl used internal resources for icons, but twmnc needs file paths, so I cheaped out and just hardcoded some default gnome icons I liked. Patches welcome :)
Add -f twmn
to lein spec to show output using twmn. For example, this will start autotest with both terminal and twmn output:
lein spec -a -f twmn
This is short for:
lein spec -r vigilant -f documentation -f twmn
This is just some minor hacks to speclj-growl.
Copyright (C) 2011 Paul Gross
Distributed under the The MIT License.