[rspec-users] Hiding the passes
Ben Mabey
ben at benmabey.com
Wed May 7 21:53:49 EDT 2008
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 <lists at ruby-forum.com
> <mailto:lists at ruby-forum.com>> 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 at rubyforge.org <mailto:rspec-users at rubyforge.org>
> http://rubyforge.org/mailman/listinfo/rspec-users
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> rspec-users mailing list
> rspec-users at 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
More information about the rspec-users
mailing list