Closed lverns closed 5 years ago
@philomates I haven't seen that arity error before, but I also haven't tried the autotest functionality.
I'll look into it.
@philomates I was able to reproduce the issue and fix it. lein midje
and lein midje :autotest
now both work correctly with true
, reverse
, and false
for MIDJE_COLORIZE
.
I've released this under Midje 1.9.7
and updated the docs a little: https://github.com/marick/Midje/wiki/Configuration-files and https://github.com/marick/Midje/wiki/Colorizing
Fixes #458.
While the internal representation of the
:colorize
config key has changed from a string to a keyword, this should be fully backwards compatible with whatever users have inMIDJE_COLORIZE
or.midje.clj
.