Various tweaks to Rails logging & log tagging went in this week, including automatic tagging of the test log with the current test class and test case in 86ebe0bd.
7e0cf563 makes Mailer.deliver_foo(*args) a synonym for Mailer.foo(*args).deliver. Yay for easier tests.