Use Minitest for Your Next Rails Project
I recently switched to Minitest after using RSpec exclusively for many years. Being the less-popular Rails test framework, Minitest documentation and examples can be hard to find. Rails 3 and 4 instructions can contradict each other. And even the basic terminology is confusing: what is the difference between Test::Unit and Minitest? Which does Rails ship with? I answer questions like these and more in my Rails and Minitest setup guide.
Post a comment