when_invoked(&block)
Instance Public methods
Call the given block when invoked.
Normal command invocations just executes the execute
method of
the command. Specifying an invocation block allows the test methods to
override the normal action of a command to determine that it has been
invoked correctly.
Please login to continue.