Displaying 1 result from an estimated 1 matches for "assert_log".
Did you mean:
insert_log
2006 Jul 05
0
TestableLogger plugin
...39;s log file during a test case.
from the README:
Testable Logger 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`.
home page:
http://code.teytek.com/rails/plugins/testable_logger/
svn repository:
http://svn.teytek.com/rails/plugins/testable_logger/trunk
questions, comments, suggestions welcome...
thanks,
mike demers
[mike@teytek.com]
------------------------------...