class RSpec::Core::Example

def run_failed(reporter, exception)

def run_failed(reporter, exception)
  run_finished reporter, 'failed', :exception_encountered => exception
end