Latest version
# minutest
d
Latest version
c
I didn’t really notice that the fixture is really such a new idea. also it’s hard to see how rspec handles this because fixtures in rspec are (rails) database fixtures
d
RSpec DB fixtures are named I think and have special treatment. Where it has the issue I describe is the the object-graph fixture. I think it calls the fixture init function let
c
its a very interesting read but maybe there should be a tldr summary, maybe tldr: spec style fucks up the lifecycle.
d
Yes, although it takes a symbol as a name and then dynamically magics up a lazy instance var I think
c
or maybe add a very short version of that article and call it “wtf fixture?”
d
Thanks for the feedback. I think there is definitely a need for a shorter version as part of the Minutest docs on fixtures.