# File lib/rspec/core/example.rb, line 80
      def fail_fast(reporter, exception)
        start(reporter)
        set_exception(exception)
        finish(reporter)
      end