class RSpec::Core::Example

def fail_with_exception(reporter, exception)

Other tags:
    Private: -
def fail_with_exception(reporter, exception)
  start(reporter)
  set_exception(exception)
  finish(reporter)
end