Re: [rspec-users] cucumber features HTML output bug with more than 100 steps

2008-12-12 Thread aslak hellesoy
On Fri, Dec 12, 2008 at 9:39 PM, Steve Molitor wrote: > I'm having the following problem: > > With the format as html, the output of cucumber stops coloring successful > steps green after step #100. This last line in the HTML is: > > stepPassed(100) > > Steps 101 -n are colored grey. The ta

[rspec-users] cucumber features HTML output bug with more than 100 steps

2008-12-12 Thread Steve Molitor
I'm having the following problem: With the format as html, the output of cucumber stops coloring successful steps green after step #100. This last line in the HTML is: stepPassed(100) Steps 101 -n are colored grey. The tag is not closed but all steps are displayed. When running with 'for