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

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

#pending_fixedBoolean

Returns For examples tagged with :pending, this indicates whether or not it now passes.

Returns:

  • (Boolean)

    For examples tagged with :pending, this indicates whether or not it now passes.


586
587
588
# File 'lib/rspec/core/example.rb', line 586

def pending_fixed
  @pending_fixed
end