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:
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