diff -r 050dd6dcf346 -r 38db5185d698 specky/ruby/specky_formatter.rb --- a/specky/ruby/specky_formatter.rb Sat Aug 18 01:47:43 2012 -0700 +++ b/specky/ruby/specky_formatter.rb Mon Aug 20 16:14:43 2012 -0700 @@ -196,7 +196,7 @@ class SpeckyFormatterConsole < SpeckyFormatter def example_passed( ex ); print '.'; end - def example_failed( ex ); print 'F'; end + def example_failed( ex ); print 'F'; super; end def example_pending( ex ); print '*'; end def close