module NyanCatFormat::InstaFail

def example_failed( failure )

def example_failed( failure )
  output.puts [ eol, "", failure.fully_formatted( @failure_count ), "" ].join( "\n" )
  super
end