# File lib/spec/runner/reporter.rb, line 151
        def pending_fixed?
          @exception.is_a?(Spec::Example::PendingExampleFixedError)
        end