method

prepend_after

rspec latest stable - Class: Spec::Example::BeforeAndAfterHooks
prepend_after(scope = :each, &block)
public

Registers a block to be executed after each example. This method prepends block to existing after blocks.

See append_before for scoping semantics.