Function: !!

Documentation

Rerun the second most recently run test and explain the results.

Source

(defun !! () 
  "Rerun the second most recently run test and explain the results."
  (explain! (funcall *!!*)))
Source Context