From: Daniel Berger Date: 2008-12-18T23:17:36+09:00 Subject: Re: Getting test method names when getting output Hunt Jon wrote: > 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? gem install turn Regards, Dan