Method: RSpec::Core::Notifications::FailedExampleNotification#description
- Defined in:
- lib/rspec/core/notifications.rb
#description ⇒ String
Returns The example description.
165 166 167 |
# File 'lib/rspec/core/notifications.rb', line 165 def description @exception_presenter.description end |