I'm looking to send raw cookie string to application controller for testing. One of the 'before filters' must scan raw cookie data (unescaped '+' => ' ') and decrypt it.
request.env['rack.request.cookie_string']
I tried several approaches with @cookies, @request.cookies etc., none of them worked. When the test executed 'get page', cookie wasn't found.