Method: RSpec::Core::Example::ExecutionResult#exception

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

#exceptionException?

Returns The failure, if there was one.

Returns:

  • (Exception, nil)

    The failure, if there was one.

[View source] [View on GitHub]

563
564
565
# File 'lib/rspec/core/example.rb', line 563

def exception
  @exception
end