How can I see what actually happens when a Test::Unit test runs?

Posted by Ethan on Stack Overflow See other posts from Stack Overflow or by Ethan
Published on 2009-06-28T20:36:21Z Indexed on 2010/04/30 3:27 UTC
Read the original article Hit count: 222

In a Rails application I have a Test::Unit functional test that's failing, but the output on the console isn't telling me much.

How can I view the request, the response, the flash, the session, the variables set, and so on?

Is there something like...

rake test specific_test_file --verbose

© Stack Overflow or respective owner

Related posts about ruby

Related posts about unit-testing