Method: RSpec::Core::Example#pending

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

#pendingBoolean

Returns flag that indicates that the example is not expected to pass. It will be run and will either have a pending result (if a failure occurs) or a failed result (if no failure occurs).

Returns:

  • (Boolean)

    flag that indicates that the example is not expected to pass. It will be run and will either have a pending result (if a failure occurs) or a failed result (if no failure occurs).

[View source]

66
# File 'lib/rspec/core/example.rb', line 66

 :pending