Method: Spec::Runner::Reporter::Failure#pending_fixed?
- Defined in:
- lib/spec/runner/reporter.rb
#pending_fixed? ⇒ Boolean
150 151 152 |
# File 'lib/spec/runner/reporter.rb', line 150 def pending_fixed? @exception.is_a?(Spec::Example::PendingExampleFixedError) end |