Is there a practical difference between `modifyFix...
# minutest
r
Is there a practical difference between
modifyFixture
and
before
?
d
Only intention. modifyFixture is implemented with before.
r
can modifyFixture change the fixture type?
I’m guessing not. Don’t see any way the declaration would work. I guess you can change it on the nested
context
d
This is the point that derived contexts are the answer to a problem that you have!