TLDR is a suspiciously-delightful testing framework for Ruby. As a test library, TLDR is largely API-compatible with Minitest. As a test runner, TLDR boasts a few features RSpec's CLI still doesn't have. The library, command line interface, and every decision in-between was prioritized to maximize productivity to promote fast feedback loops. Some highlights: Numerous ways to run specific tests: pa

