class RSpec::Core::Example

def fail_fast(reporter, exception)

def fail_fast(reporter, exception)
  start(reporter)
  set_exception(exception)
  finish(reporter)
end