Reading cookies from functional tests

Hi,

In a controller I set a cookie like so:

    cookies['auth'] = { 'value' => token, 'path' => '/', 'domain' => domain }

How can I read these values back in a functional test? (Using Rails 3.0.10)

Cheers, Eloy