I'm switching one of my projects to rails 4.1, which by default uses minitest version 5.
I also use minitest-rails 2.0.1 gem.
Before switching to minitest 5, in rails 4.0 when I ran rake test, it used to run model tests first, then controllers, etc...
Now with minitest 5 doesn't seem like this is happening.
Is there a way to keep that current option?