Is it possible to run a single test in MiniTest?
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 … Read more
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 … Read more