I can run all tests in a single file with:
rake test TEST=path/to/test_file.rb
However, if I want to run just one test in that file, how wo
Have you tried:
ruby path/to/test_file.rb --name test_method_name