Is it possible to run a single test in MiniTest? Is it possible to run a single test in MiniTest? ruby ruby

Is it possible to run a single test in MiniTest?


The command should be:

% rake test TEST=test/test_foobar.rb TESTOPTS="--name=test_foobar1 -v"


Have you tried:

ruby path/to/test_file.rb --name test_method_name