Plugins - TestableLogger
Add to favoritesTestable Logger lets you assert that messages were (or were not) written to the application's log file during a test case.
It acts as a buffered proxy in front of the normal Logger object when running in a test environment. It will store the messages that are logged during a test run and make them available for testing through the assertions assert_logged and assert_nothing_logged.
http://code.teytek.com/rails/plugins/testable_logger/
http://svn.teytek.com/rails/plugins/testable_logger/trunk
Rails' (MIT)
Testing
