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