MiniTest - Ruby's New BFF
MiniTest is the new testing framework that ships with Ruby 1.9. It’s fast, robust, and wants you to use it. I first used MiniTest during a TDD session in LaRubyConf and decided to write a quick introduction blog post where I show you how to write a simple test in a Test:Unit syntax and also in RSpec syntax.
Comments
Great introduction to mini test. thank you.
Post a comment