On Wed, Mar 26, 2008 at 6:35 PM, Joe Van Dyk <[EMAIL PROTECTED]> wrote: > Is it possible to optionally reduce the story runner output to just > dots or something? Lots of stories makes it difficult to see previous > test results. >
Anything is possible, but you have to implement a progress_bar_formatter. See spec/runner/formatter/story Unfortunately, the formatters for examples and stories are not the same, but you can look at spec/runner/formatter/progress_bar_formatter.rb for inspiration. And finally you have to make the command line able to understand you want that formatter. See spec/runner/options.rb STORY_FORMATTERS Patches are welcome as always. Aslak > Joe > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
