Re: [rspec-users] Hiding the passes

2008-05-08 Thread Oliver Saunders
I should explain I'm running the tests from textmate. So for those interested in doing the same I changed the "Run Examples" command in the RSpec bundle to: #!/usr/bin/env ruby require ENV['TM_BUNDLE_SUPPORT'] + "/lib/spec/mate" require 'spec/runner/formatter/html_formatter' module Spec::Runner:

[rspec-users] Hiding the passes

2008-05-07 Thread Oliver Saunders
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 ht