Using named routes in ActionMailer tests.

Although I can use named routes in ActionMailer views, it doesn't look like they are available by default in ActionMailer tests in Rails 3.0.3. Is there a way to make them available in my tests?

Thanks, Pete