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