A Unit Testing Framework In 44 Lines Of Ruby
Have you ever wondered what it would take to write a unit testing framework in Ruby, I did, which in turn led me to wonder what the smallest possible viable framework would be. Turns out, it's even smaller than I thought.

Comments