method
append_after
append_after(scope = :each, &block)
public
Registers a block to be executed after each example. This method appends block to existing after blocks.
See append_before for scoping semantics.
append_after(scope = :each, &block)
public
Registers a block to be executed after each example. This method appends block to existing after blocks.
See append_before for scoping semantics.