Notify some information.
Example:
def test_notification notify("I'm here!") # Reached here notify("Special!") if special_case? # Reached here too end
[Validate]