No colors when using autospec
Posted
by kfitzpatrick
on Stack Overflow
See other posts from Stack Overflow
or by kfitzpatrick
Published on 2009-12-21T15:05:21Z
Indexed on
2010/04/21
22:13 UTC
Read the original article
Hit count: 416
When I'm using autospec to test a non-Rails Ruby project, I always have trouble getting my tests to show up red or green.
When I run a regular 'spec spec/ --color' command I get normal red/green responses. I've tried putting all sorts of commands in the .autotest file and I can't get that to work.
Also, in my Rails projects, I don't get this problem.
Note: I do have the ZenTest(4.2.1) and redgreen (1.2.2) gems installed. I'm currently trying to get it working with this project: http://github.com/coreyhaines/kata-number-to-led
© Stack Overflow or respective owner