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