Method: RSpec::Core::Example::ExecutionResult#pending_message

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

#pending_messageString?

Returns The reason the example was pending, or nil if the example was not pending.

Returns:

  • (String, nil)

    The reason the example was pending, or nil if the example was not pending.


576
577
578
# File 'lib/rspec/core/example.rb', line 576

def pending_message
  @pending_message
end