Method: RSpec::Core::Notifications::FailedExampleNotification#exception

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

#exceptionException

Returns The example failure.

Returns:

  • (Exception)

    The example failure

[View source]

160
161
162
# File 'lib/rspec/core/notifications.rb', line 160

def exception
  @exception_presenter.exception
end