Method: RSpec::Core::Notifications::FailedExampleNotification#description

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

#descriptionString

Returns The example description.

Returns:

  • (String)

    The example description


165
166
167
# File 'lib/rspec/core/notifications.rb', line 165

def description
  @exception_presenter.description
end