route->headers_for_download( 'test.po' ); $this->assertEquals( ' attachment; filename="test.po"', $this->route->headers['Content-Disposition'] ); } }