Hi guys,<br>running large story files I started missing the red/green output of my specs.<br>Thus I wrote <a href="http://github.com/paolodona/scripts/tree/master/colorize">a small script</a> you can pipe the story output to, in order to &#39;colorize&#39; it..<br>
<br>so instead of: &nbsp;$ ./stories/all.rb<br>you can say: &nbsp;&nbsp;$ ./stories/all.rb | ./colorize <br>and get pending and failed steps correctly highlighted. <br><br>There&#39;s a basic support for growl too if found in your path (I ripped off most of the code from .autotest).&nbsp;That works, but it&#39;s certainly not well integrated into RSpec stories. How would it be the right way to do this?<br>
<br>(if you want to see how the result look like, take a look here:&nbsp;<a href="http://paolodona.com/2008/7/6/colorize-rspec-stories-output">http://paolodona.com/2008/7/6/colorize-rspec-stories-output</a>)<br><br>-- <br>Paolo Dona&#39;<br>
<a href="http://paolodona.com">http://paolodona.com</a><br>