On Wed, May 7, 2008 at 4:18 PM, Oliver Saunders <[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.
Hey Oliver, You can write a custom formatter that implements #example_passed as a noop: class HalfEmptyFormatter < Spec::Runner::Formatter::ProgressBarFormatter def example_passed; end end _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users