Method: RSpec::Core::Example::ExecutionResult#pending_fixed?

Defined in:
lib/rspec/core/example.rb

#pending_fixed?Boolean

Returns:

  • (Boolean)

588
589
590
# File 'lib/rspec/core/example.rb', line 588

def pending_fixed?
  !!pending_fixed
end