Method: RSpec::Core::Example::ExecutionResult#status
- Defined in:
- lib/rspec/core/example.rb
permalink #status ⇒ Symbol
Returns :passed
, :failed
or :pending
.
560 561 562 |
# File 'lib/rspec/core/example.rb', line 560 def status @status end |