When running feature specs for my application, all of the sudden each test is timing out. I'd love to be able to temporarily output the Rails application output to the console to see where the bottleneck is. How can I do this?
Do this in a separate terminal window:
$ tail -f log/test.log
and then run the tests.