Method: RSpec::Core::Notifications::FailedExampleNotification#exception
- Defined in:
- lib/rspec/core/notifications.rb
permalink #exception ⇒ Exception
Returns The example failure.
160 161 162 |
# File 'lib/rspec/core/notifications.rb', line 160 def exception @exception_presenter.exception end |