class Rspec::Core::Example

def run_failed(exception)

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