Method: RSpec::Core::Notifications::FailedExampleNotification#example
- Defined in:
- lib/rspec/core/notifications.rb
#example ⇒ RSpec::Core::Example
the current example
156 157 158 |
# File 'lib/rspec/core/notifications.rb', line 156 def example @example end |