Method: RSpec::Core::Example::ExecutionResult#exception
- Defined in:
- lib/rspec/core/example.rb
permalink #exception ⇒ Exception?
Returns The failure, if there was one.
563 564 565 |
# File 'lib/rspec/core/example.rb', line 563 def exception @exception end |