From: Trans Date: 2008-09-26T00:35:26+09:00 Subject: Re: better test/unit progression display On Sep 25, 3:50 am, Gaspard Bucher wrote: > I start working today and manually included the test count, the   > progress bar just.. works ! > > I must find why the test count is '0' in zena... > > My hack to display the progress bar (it still shows failed tests)   > instead of the list is also working. I will cleanup and try to enable   > it only through an option. I'll then post the changes to github.com/ > gaspard/turn for you to see. My question is: > > How do you pass options to "turn" when you use the require 'turn'   > method ? Yep. That is on the "TODO" list. Not sure yet how that will pan out, though I assume we will have to either use global var(s) or allow for a config file. I'll do some work on this today. If I can easily do so I want to separate all output into a separate class that all the runners can share. T.