Steve Downey wrote:
I assume you are running with '-f s' switch? Maybe its in your spec.opts file ... maybe as --format progress?

If you change that to '-f p' you only see progress as a single '.' for each passing test with errors at the end of the output.

Or maybe I'm not understanding the question.

On Wed, May 7, 2008 at 4:18 PM, Oliver Saunders <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    How do you hide all the green passing examples from the output?
    I don't need to know what has passed and it means I have to scroll to
    see what has failed.
    --
    Posted via http://www.ruby-forum.com/.
    _______________________________________________
    rspec-users mailing list
    rspec-users@rubyforge.org <mailto:rspec-users@rubyforge.org>
    http://rubyforge.org/mailman/listinfo/rspec-users


------------------------------------------------------------------------

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
I wrote some JS that would hide the passing specs on the HTML formatted version and would allow you to expand it later. I might be able to dig it up if your interested...

-Ben
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to