method
pending_fixed?
1.2.8 -
Show latest stable
- Class:
Spec::Runner::Reporter::Failure
pending_fixed?(# :nodoc:)public
No documentation available.
# File lib/spec/runner/reporter.rb, line 99
def pending_fixed? # :nodoc:
@exception.is_a?(Spec::Example::PendingExampleFixedError)
end