Hacker News new | ask | show | jobs
by dbalatero 348 days ago
Reading test failure output is much more readable and usable under RSpec vs. Minitest, to my eye.
1 comments

I agree with this. RSpec may be an extra dependency vs MiniTest but with MiniTest I'll almost always need extra plugins anyway for things like reporting, colour coding, etc.

MiniTest is almost good enough but not quite there on its own.