How can I set the output_level on ActionController::IntegrationTest

Hi,

The ActionController::IntegrationTest class works well for running integration tests across an entire application.

I've been looking for a way to control the output level of the test results (from within the integration test code). How can I set the output level (verbose, silent, etc)?

Thanks,

David