there I’m using `before` for preconditions (e.g. “...
# minutest
r
there I’m using
before
for preconditions (e.g. “there’s already this thing in the database”) and
after
for mock resets and hooks so that sub-classes of that test can do custom cleanup.