Join Slack
Powered by
there I’m using `before` for preconditions (e.g. “...
# minutest
r
robfletcher
10/22/2018, 8:18 PM
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.
Open in Slack
Previous
Next