Skip to content

defhacks/speclj-twmn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speclj-twmn

Build Status

speclj-twmn is a plugin for speclj that shows success and failure messages with twmn.

Installation

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 :)

Usage

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

License

This is just some minor hacks to speclj-growl.

Copyright (C) 2011 Paul Gross

Distributed under the The MIT License.

About

speclj plugin which displays spec output using twmn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published