Method: RSpec::Core::Notifications::SkippedExampleNotification#example
- Defined in:
- lib/rspec/core/notifications.rb
permalink #example ⇒ RSpec::Core::Example
the current example
230 231 232 |
# File 'lib/rspec/core/notifications.rb', line 230 def example @example end |