Class: RSpec::Core::Hooks::AroundHook

Inherits:
Hook
  • Object
show all
Defined in:
lib/rspec/core/hooks.rb

Instance Attribute Summary

Attributes inherited from Hook

#block, #options

Instance Method Summary collapse

Methods inherited from Hook

#initialize, #options_apply?

Constructor Details

This class inherits a constructor from RSpec::Core::Hooks::Hook

Instance Method Details

#display_nameObject



59
60
61
# File 'lib/rspec/core/hooks.rb', line 59

def display_name
  "around hook"
end