visionmedia / expresso

use mocha
http://visionmedia.github.com/expresso
759 stars 89 forks source link

Issue with req.body being undefined #106

Closed markjarecki closed 13 years ago

markjarecki commented 13 years ago

Following this issue, I'm having a similar problem with req.body being undefined. I'm using express, ejs and the POST method.

The following Gist shows the code I'm trying to get to work.

Any ideas on getting this to work?

Thanks