Method: RSpec::Core::Example::ExecutionResult#pending_message
- Defined in:
- lib/rspec/core/example.rb
#pending_message ⇒ String?
Returns 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 end |