Hacker News new | ask | show | jobs
by geetarista 4843 days ago
You do realize that if you're using Ruby 1.9+ you're actually using Minitest, right? It's just a backwards compatible API. Don't confuse people with all the talk about Test::Unit.

Minitest::Spec is just an RSpec-like DSL built on top of Minitest, which is the successor to Test::Unit.