module RSpec::Core::Hooks
def after(*args, &block)
- See: Configuration -
See: SharedExampleGroup -
See: SharedContext -
See: ExampleGroup -
See: #around -
See: #before -
Parameters:
-
conditions(Hash) -- -
scope(Symbol) -- `:each`, `:all`, or `:suite` (defaults to `:each`)
Overloads:
-
after(conditions, &block) -
after(scope, conditions, &block) -
after(scope, &block) -
after(&block)
Other tags:
- Api: - public
def after(*args, &block) register_hook :prepend, :after, *args, &block end