the rake’s spec command does is comprised of the following:
Announcement
You can find all my latest posts on medium.spec = spec_prep + spec_standalone + spec_clean
So we need to avoid running spec_clean. To do this simply run:
$ bundle exec rake spec_prep
After that, always run
$ bundle exec rake spec_standalone
Instead of the “spec” command