method
prepend_after
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.
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.