Run a single Minitest test case Posted on 12 October 2015 by kosmas emailFacebookTwitterLinkedinProblem 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 1 rake test TEST=path/to_your/minitest.rb Thanks to the post here