Method: RSpec::Core::Notifications::FailedExampleNotification#example

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

#exampleRSpec::Core::Example

the current example

Returns:

[View source] [View on GitHub]

156
157
158
# File 'lib/rspec/core/notifications.rb', line 156

def example
  @example
end