When I run a test file (e.g., ruby test_user.rb), I get the test output about error and failure and about the overall number of tests, assertions, pass and so on. But I would like to see all the test method names including the test that is passed. Currently what I can see is a dot (.) indicating a pass. Is there any way to get a list of tests inside a file?