Run a single Minitest test case

Problem

You only want to run a single Minitest test instead of running the whole suit.

Solution

You can run the following to run your single Minitest:

rake test TEST=path/to_your/minitest.rb

Thanks to the post here